travis: don't include coveralls in the tests

This commit is contained in:
codl 2017-09-14 10:36:12 +02:00
parent 551c8d30e2
commit 1ff90e499f
No known key found for this signature in database
GPG Key ID: 6CD7C8891ED1233A
1 changed files with 1 additions and 0 deletions

View File

@ -5,5 +5,6 @@ python:
- nightly
script:
- pytest --cov=.
after_success:
- coveralls
cache: pip