We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af73784 commit aac3baeCopy full SHA for aac3bae
.travis.yml
@@ -12,6 +12,8 @@ python:
12
install:
13
- sudo apt-get update -qq
14
- sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
15
+ - sudo apt-cache show libxml2
16
+ - sudo apt-cache show libxmlsec1
17
- 'travis_retry pip install .'
18
- 'travis_retry pip install -e ".[test]"'
19
0 commit comments