Skip to content

Commit ce5f196

Browse files
committed
[appveyor/travis] Add test dependencies
1 parent 3197ccc commit ce5f196

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ install:
7575
export PIPCMD=pip;
7676
fi;
7777

78-
- $PIPCMD install lxml enum34 pyyaml rdflib
78+
- $PIPCMD install lxml enum34 pyyaml rdflib owlrl requests
7979

8080
script:
8181
- which $PYCMD

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ init:
3737
build: false
3838

3939
install:
40-
- python -m pip install lxml enum34 pyyaml rdflib owlrl
40+
- python -m pip install lxml enum34 pyyaml rdflib owlrl requests
4141

4242
test_script:
4343
- python --version

0 commit comments

Comments
 (0)