Skip to content

Commit

Permalink
Merge pull request #414 from mpsonntag/use-pytest
Browse files Browse the repository at this point in the history
[appveyor] Use pytest
  • Loading branch information
jgrewe committed Jun 22, 2021
2 parents 406588e + 1860830 commit 174bc85
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ init:
build: false

install:
- python -m pip install lxml enum34 pyyaml rdflib owlrl requests
- python -m pip install --upgrade pip setuptools wheel
- python -m pip install -r requirements-test.txt
- python -m pip install .

test_script:
- python --version
- python setup.py test
- python -m pytest -v

0 comments on commit 174bc85

Please sign in to comment.