Skip to content

Commit

Permalink
Update travis.yml
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
cthoyt committed Jul 30, 2018
1 parent 0ca7f02 commit def3c1a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ matrix:
- env: TOXENV=flake8
- env: TOXENV=pylint
install:
- pip install tox codecov coverage
- sh -c 'if [ "$TOXENV" = "py" ]; then pip install tox codecov; else pip install tox; fi'
script:
- tox
- tox
after_success:
- tox -e coverage-report
- codecov
- sh -c 'if [ "$TOXENV" = "py" ]; then tox -e coverage-report; codecov; fi'
notifications:
slack: pybel:n2KbWKBum3musnBg3L76gGwq

0 comments on commit def3c1a

Please sign in to comment.