Skip to content

Commit aab0517

Browse files
committed
Travis test folding
1 parent 1ceb666 commit aab0517

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

+2-4
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ install:
77
- pip install .
88
- pip install coverage
99
script:
10-
- echo -e "${ANSI_GREEN}Running Tests...${ANSI_RESET}"
11-
- 'travis_fold:start:tests'
12-
- coverage run -m unittest --v
13-
- 'travis_fold:end:tests'
10+
- 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'
1412
after_success:
1513
- bash <(curl -s https://codecov.io/bash)

0 commit comments

Comments
 (0)