We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0658ea8 commit bd99712Copy full SHA for bd99712
run_coveralls.py
@@ -2,8 +2,8 @@
2
3
from subprocess import call
4
5
-
6
if __name__ == '__main__':
7
if 'TRAVIS' in os.environ:
8
- rc = call('coveralls --verbose')
+ print(os.environ.get('TRAVIS'))
+ rc = call('coveralls')
9
raise SystemExit(rc)
0 commit comments