Skip to content

Commit 72a8383

Browse files
committed
fixed travis dependencies
1 parent a079095 commit 72a8383

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ before_install:
3232
install:
3333
# install all of the dependencies we need here
3434
- pip install nose==1.3.7
35-
# - pip install pyxb==1.2.5
35+
- pip install pyxb==1.2.5
3636
# can't change the pyxb version without changing the version in setup.py
3737
# and regenerating the bindings in apicontractsv1.py
38-
# - pip install lxml
39-
# - pip install requests
38+
- pip install lxml==4.2.1
39+
- pip install requests==2.18.4
4040
- if [[ "$TEST_SUITE" == "coverage" ]]; then pip install coveralls; fi
4141

4242
before_script:

0 commit comments

Comments
 (0)