diff --git a/.travis.yml b/.travis.yml index c42630a..1f710ab 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ python: cache: pip install: "pip install -e .[dev]" script: - py.test --cov=mlbgame + pytest --cov=mlbgame after_success: coveralls notifications: