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 53dd64e commit 379f906Copy full SHA for 379f906
.travis.yml
@@ -16,6 +16,7 @@ install:
16
- sudo apt-get update -qq
17
- sudo apt-get install -qq swig python-dev libxml2-dev libxmlsec1-dev
18
- 'travis_retry pip install .'
19
+ - 'travis_retry pip install --force-reinstall --no-binary lxml lxml'
20
- 'travis_retry pip install -e ".[test]"'
21
22
script:
0 commit comments