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 3197ccc commit ce5f196Copy full SHA for ce5f196
.travis.yml
@@ -75,7 +75,7 @@ install:
75
export PIPCMD=pip;
76
fi;
77
78
- - $PIPCMD install lxml enum34 pyyaml rdflib
+ - $PIPCMD install lxml enum34 pyyaml rdflib owlrl requests
79
80
script:
81
- which $PYCMD
appveyor.yml
@@ -37,7 +37,7 @@ init:
37
build: false
38
39
install:
40
- - python -m pip install lxml enum34 pyyaml rdflib owlrl
+ - python -m pip install lxml enum34 pyyaml rdflib owlrl requests
41
42
test_script:
43
- python --version
0 commit comments