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

This commit is contained in:
Jeppe Klitgaard 2015-04-06 02:35:04 +02:00
parent 31f666f328
commit eef23e2023

View File

@ -14,6 +14,6 @@ print(" - pip install python-coveralls")
print("script:")
print(" - tox -e $TOX_ENV")
print("after_success:")
print(' - if [ "$TOX_ENV" = "coveralls" ]; then coveralls; fi')
print(' - if [ "$TOX_ENV" = "py27 ]; then tox -e coveralls; fi')
print("notifications:")
print(" email: false")