Skip to content

Commit af6f75f

Browse files
committed
Make all tox envs run on Travis
1 parent 06b13da commit af6f75f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ python:
99
- "3.8"
1010

1111
install:
12-
- pip install tox
12+
- pip install tox tox-travis
1313

1414
notifications:
1515
email:
@@ -19,4 +19,4 @@ notifications:
1919
on_failure: always
2020

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

0 commit comments

Comments
 (0)