We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5570f commit 42d8a91Copy full SHA for 42d8a91
1 file changed
.travis.yml
@@ -10,7 +10,7 @@ befor_script:
10
- source ./env.sh
11
12
script:
13
- - coverage run unittest/runall.py
+ - python unittest/runall.py
14
15
after_success:
16
- bash <(curl -s https://codecov.io/bash)
0 commit comments