We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aab0517 commit 14b9dd2Copy full SHA for 14b9dd2
.travis.yml
@@ -8,6 +8,7 @@ install:
8
- pip install coverage
9
script:
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'
+ - coverage run -m unittest --v
12
+ - echo -en 'travis_fold:end:tests\\r'
13
after_success:
14
- bash <(curl -s https://codecov.io/bash)
0 commit comments