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 67cfc2a commit f2cd04eCopy full SHA for f2cd04e
1 file changed
.travis.yml
@@ -2,10 +2,8 @@ language: python
2
python:
3
- '2.7'
4
5
-before-install:
6
- - 'travis_retry sudo apt-get install python-dev libxml2-dev libxmlsec1-dev'
7
-
8
install:
+ - sudo apt-get install -qq python-dev libxml2-dev libxmlsec1-dev
9
- 'travis_retry pip install .'
10
- 'travis_retry pip install -e ".[test]"'
11
0 commit comments