Skip to content

Commit ad4e151

Browse files
committed
fix: testing coverall configuration
1 parent 3ef8d93 commit ad4e151

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ install:
3131
- python setup.py build_ext --inplace
3232
script:
3333
- source ~/virtualenv/this/bin/activate
34-
- make test
35-
- if [ "${COVERAGE}" == "--with-coverage" ]; then make test-coverage; fi
34+
- make test-coverage
3635
after_success:
37-
- if [ "${COVERAGE}" == "--with-coverage" ]; then coveralls; fi
36+
- coveralls

0 commit comments

Comments
 (0)