forked from platypush/platypush
Travis-CI pipeline migrated to pytest
This commit is contained in:
parent
090e7d6de8
commit
5be6ca50f0
2 changed files with 2 additions and 1 deletions
|
@ -9,3 +9,4 @@ sqlalchemy
|
|||
croniter
|
||||
zeroconf>=0.27.0
|
||||
pyjwt
|
||||
pytest
|
||||
|
|
|
@ -5,7 +5,7 @@ python:
|
|||
|
||||
install: "pip install -r .travis.requirements"
|
||||
|
||||
script: ./run_tests.sh
|
||||
script: pytest
|
||||
|
||||
notifications:
|
||||
email:
|
||||
|
|
Loading…
Reference in a new issue