Skip to content

Commit 14b9dd2

Browse files
committed
Travis test folding
1 parent aab0517 commit 14b9dd2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ install:
88
- pip install coverage
99
script:
1010
- echo -e "${ANSI_GREEN}Running Tests...${ANSI_RESET}" && echo -en 'travis_fold:start:tests\\r'
11-
- coverage run -m unittest --v && echo -en 'travis_fold:end:tests\\r'
11+
- coverage run -m unittest --v
12+
- echo -en 'travis_fold:end:tests\\r'
1213
after_success:
1314
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)