travis: don't include coveralls in the tests
This commit is contained in:
parent
551c8d30e2
commit
1ff90e499f
|
@ -5,5 +5,6 @@ python:
|
|||
- nightly
|
||||
script:
|
||||
- pytest --cov=.
|
||||
after_success:
|
||||
- coveralls
|
||||
cache: pip
|
||||
|
|
Loading…
Reference in New Issue