We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9eec287 commit 67cfc2aCopy full SHA for 67cfc2a
1 file changed
.travis.yml
@@ -1,12 +1,9 @@
1
language: python
2
-
3
python:
4
- - '2.6'
5
- '2.7'
6
7
before-install:
8
- - 'sudo apt-get update -qq'
9
- - 'sudo apt-get install -qq libxml2-dev libxmlsec1-openssl libxmlsec1-dev'
+ - 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
10
11
install:
12
- 'travis_retry pip install .'
0 commit comments