Skip to content

Commit bd99712

Browse files
author
ira
committed
exp
1 parent 0658ea8 commit bd99712

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

run_coveralls.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
from subprocess import call
44

5-
65
if __name__ == '__main__':
76
if 'TRAVIS' in os.environ:
8-
rc = call('coveralls --verbose')
7+
print(os.environ.get('TRAVIS'))
8+
rc = call('coveralls')
99
raise SystemExit(rc)

0 commit comments

Comments
 (0)