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 a079095 commit 72a8383Copy full SHA for 72a8383
.travis.yml
@@ -32,11 +32,11 @@ before_install:
32
install:
33
# install all of the dependencies we need here
34
- pip install nose==1.3.7
35
- # - pip install pyxb==1.2.5
+ - pip install pyxb==1.2.5
36
# can't change the pyxb version without changing the version in setup.py
37
# and regenerating the bindings in apicontractsv1.py
38
- # - pip install lxml
39
- # - pip install requests
+ - pip install lxml==4.2.1
+ - pip install requests==2.18.4
40
- if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi
41
42
before_script:
0 commit comments