Skip to content

Commit 6485ef5

Browse files
cpenningtongvanrossum
authored andcommitted
Disable coverage during CI runs (#2328)
* Disable coverage during CI runs until we can figure out how to make it not such a performance penalty * Remove after_success clause.
1 parent b8aa01b commit 6485ef5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,4 @@ install:
1313
- python setup.py install
1414

1515
script:
16-
- coverage erase
17-
- python runtests.py --coverage
18-
- coverage combine
19-
20-
after_success:
21-
- bash <(curl -s https://codecov.io/bash)
16+
- python runtests.py

0 commit comments

Comments
 (0)