Fixed coveralls. Jeez I'm an idiot sometimes. Often times

This commit is contained in:
Jeppe Klitgaard 2015-04-06 02:34:04 +02:00
parent 8bf7620579
commit 31f666f328

View File

@ -16,6 +16,6 @@ install:
script:
- tox -e $TOX_ENV
after_success:
- if [ "$TOX_ENV" = "coveralls" ]; then coveralls; fi
- if [ "$TOX_ENV" = "py27" ]; then tox -e coveralls; fi
notifications:
email: false