diff --git a/.travis.yml b/.travis.yml index b7fbdae8..b66d14cd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ cache: pip install: - pip install -e '.[dev]' script: - - py.test -v tests/ + - pytest -v notifications: email: False services: mongodb