Skip to content

Commit

Permalink
Make all tox envs run on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 28, 2020
1 parent 71be29e commit 260962a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ python:
- "3.8"

install:
- pip install tox
- pip install tox tox-travis

notifications:
email:
Expand All @@ -19,4 +19,4 @@ notifications:
on_failure: always

script:
- tox -e $(echo py$TRAVIS_PYTHON_VERSION | tr -d .)
- tox

0 comments on commit 260962a

Please sign in to comment.