1
0
mirror of https://github.com/GNS3/gns3-server synced 2024-11-24 17:28:08 +00:00

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: install:
- python setup.py install - python setup.py install
- pip install -rdev-requirements.txt - pip install -rdev-requirements.txt
- pip install coveralls
script: script:
- py.test -v -s tests --cov gns3server --cov-report term-missing - py.test -v -s tests
after_success:
- coveralls