Fix after_success section

This commit is contained in:
Alberto Planas 2014-02-26 10:50:38 +01:00
parent ba3ce2bfa2
commit ddcef1f8e4

View File

@ -9,7 +9,7 @@ install:
# command to run tests, e.g. python setup.py test # command to run tests, e.g. python setup.py test
script: script:
- nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive - nosetests --with-coverage --cover-package=oscs,osclib --cover-inclusive
after_sucess: after_success:
- coveralls - coveralls
matrix: matrix:
allow_failures: allow_failures: