diff --git a/.travis.yml b/.travis.yml index 4523486..7d9e5f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,11 +7,11 @@ python: - "3.6" install: -- pip install pytest pytest-cov +- pip install pytest - pip install -r requirements.txt script: -- py.test --cov-report term-missing --cov=gclda +- py.test notifications: email: false