mirror of
https://github.com/ammaraskar/pyCraft.git
synced 2024-11-25 03:35:29 +01:00
Only execute coveralls on the cover build
This commit is contained in:
parent
1e3437d638
commit
398050c248
@ -16,6 +16,6 @@ install:
|
||||
script:
|
||||
- tox -e $TOX_ENV
|
||||
after_success:
|
||||
- coveralls
|
||||
- if [ "$TOX_ENV" = "cover" ]; then coveralls; fi
|
||||
notifications:
|
||||
email: false
|
||||
|
@ -14,6 +14,6 @@ print(" - pip install python-coveralls")
|
||||
print("script:")
|
||||
print(" - tox -e $TOX_ENV")
|
||||
print("after_success:")
|
||||
print(" - coveralls")
|
||||
print(' - if [ "$TOX_ENV" = "cover" ]; then coveralls; fi')
|
||||
print("notifications:")
|
||||
print(" email: false")
|
Loading…
Reference in New Issue
Block a user