Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cthoyt committed Jan 9, 2019
1 parent d7a6ca6 commit b400c17
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ sudo: false
cache: pip
language: python
python:
- 3.6
- 3.7
- 3.6
- 3.7
stages:
- lint
- docs
Expand All @@ -26,14 +26,14 @@ jobs:
- env: TOXENV=docs
matrix:
allow_failures:
- env: TOXENV=vulture
- env: TOXENV=xenon
- python: 3.7
- env: TOXENV=vulture
- env: TOXENV=xenon
- python: "3.7"
install:
- sh -c 'if [ "$TOXENV" = "py" ]; then pip install tox codecov; 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 b400c17

Please sign in to comment.