Skip to content

Commit

Permalink
Try to fix Travis CI cov
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Jan 2, 2020
1 parent d15d251 commit dd2a1fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,10 @@ matrix:
env: TOXENV=py38

- os: linux
python: 3.6
python: 3.7
env: TOXENV=cov
after_success:
- coveralls

- os: osx
language: generic
Expand Down
7 changes: 1 addition & 6 deletions .travis/run_test.sh
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
#!/bin/sh

if [ "$TOXENV" != "cov" ] ; then
tox
else
tox
coveralls
fi
tox

0 comments on commit dd2a1fe

Please sign in to comment.