diff --git a/.travis.yml b/.travis.yml index 833fd387..a8a4eb75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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