Skip to content

Commit 174bc85

Browse files
authored
Merge pull request #414 from mpsonntag/use-pytest
[appveyor] Use pytest
2 parents 406588e + 1860830 commit 174bc85

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

appveyor.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,10 @@ init:
3131
build: false
3232

3333
install:
34-
- python -m pip install lxml enum34 pyyaml rdflib owlrl requests
34+
- python -m pip install --upgrade pip setuptools wheel
35+
- python -m pip install -r requirements-test.txt
36+
- python -m pip install .
3537

3638
test_script:
3739
- python --version
38-
- python setup.py test
40+
- python -m pytest -v

0 commit comments

Comments
 (0)