We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ceb666 commit aab0517Copy full SHA for aab0517
.travis.yml
@@ -7,9 +7,7 @@ install:
7
- pip install .
8
- pip install coverage
9
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'
+ - echo -e "${ANSI_GREEN}Running Tests...${ANSI_RESET}" && echo -en 'travis_fold:start:tests\\r'
+ - coverage run -m unittest --v && echo -en 'travis_fold:end:tests\\r'
14
after_success:
15
- bash <(curl -s https://codecov.io/bash)
0 commit comments