Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Dec 3, 2018
1 parent 8acfd15 commit 2b95ab3
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ cache: pip

language: python
python:
- 3.6
- 3.6

stages:
- lint
Expand All @@ -30,17 +30,18 @@ jobs:

matrix:
allow_failures:
- env: TOXENV=xenon
- env: TOXENV=mypy
- env: TOXENV=flake8
- env: TOXENV=xenon
- env: TOXENV=mypy

install:
- sh -c 'if [ "$TOXENV" = "py" ]; then pip install tox codecov coverage; else pip install tox; fi'
- sh -c 'if [ "$TOXENV" = "py" ]; then pip install tox codecov coverage; else pip install tox; fi'

script:
- tox
- tox

after_success:
- sh -c 'if [ "$TOXENV" = "py" ]; then tox -e coverage-report; codecov; fi'
- sh -c 'if [ "$TOXENV" = "py" ]; then tox -e coverage-report; codecov; fi'

notifications:
slack: pybel:n2KbWKBum3musnBg3L76gGwq

0 comments on commit 2b95ab3

Please sign in to comment.