Skip to content
This repository has been archived by the owner on Feb 12, 2021. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
py.test -v tests/  ->  pytest -v
  • Loading branch information
hitliaomq committed Apr 2, 2020
1 parent 07069bf commit 4f39065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ cache: pip
install:
- pip install -e '.[dev]'
script:
- py.test -v tests/
- pytest -v
notifications:
email: False
services: mongodb

0 comments on commit 4f39065

Please sign in to comment.