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
|
croniter
|
||||||
zeroconf>=0.27.0
|
zeroconf>=0.27.0
|
||||||
pyjwt
|
pyjwt
|
||||||
|
pytest
|
||||||
|
|
|
@ -5,7 +5,7 @@ python:
|
||||||
|
|
||||||
install: "pip install -r .travis.requirements"
|
install: "pip install -r .travis.requirements"
|
||||||
|
|
||||||
script: ./run_tests.sh
|
script: pytest
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
|
|
Loading…
Reference in a new issue