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.
2 parents 406588e + 1860830 commit 174bc85Copy full SHA for 174bc85
appveyor.yml
@@ -31,8 +31,10 @@ init:
31
build: false
32
33
install:
34
- - python -m pip install lxml enum34 pyyaml rdflib owlrl requests
+ - python -m pip install --upgrade pip setuptools wheel
35
+ - python -m pip install -r requirements-test.txt
36
+ - python -m pip install .
37
38
test_script:
39
- python --version
- - python setup.py test
40
+ - python -m pytest -v
0 commit comments