Skip to content

Commit 67cfc2a

Browse files
committed
Trying fix travis 5
1 parent 9eec287 commit 67cfc2a

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
language: python
2-
32
python:
4-
- '2.6'
53
- '2.7'
64

75
before-install:
8-
- 'sudo apt-get update -qq'
9-
- 'sudo apt-get install -qq libxml2-dev libxmlsec1-openssl libxmlsec1-dev'
6+
- 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
107

118
install:
129
- 'travis_retry pip install .'

0 commit comments

Comments
 (0)