Turn off coveralls

This commit is contained in:
Julien Duponchelle 2017-01-17 18:58:43 +01:00
parent 28cbae546d
commit d10e707f4f
No known key found for this signature in database
GPG Key ID: CE8B29639E07F5E8

View File

@ -6,8 +6,5 @@ cache: pip
install:
- python setup.py install
- pip install -rdev-requirements.txt
- pip install coveralls
script:
- py.test -v -s tests --cov gns3server --cov-report term-missing
after_success:
- coveralls
- py.test -v -s tests