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 5149ac9 commit 7b5e823Copy full SHA for 7b5e823
1 file changed
.travis.yml
@@ -3,9 +3,9 @@ python:
3
- '2.6'
4
- '2.7'
5
6
-pre-install:
+before-install:
7
- 'sudo apt-get update -qq'
8
- - 'sudo apt-get install -qq libxml2-dev libxmlsec1-dev'
+ - 'sudo apt-get install -qq libxml2-dev libxmlsec1-openssl libxmlsec1-dev'
9
install:
10
- 'travis_retry pip install .'
11
- 'travis_retry pip install -e ".[test]"'
0 commit comments