Skip to content

Commit 284081c

Browse files
committed
Don't pass version to tox explicitly
1 parent 554c5b9 commit 284081c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,10 @@ matrix:
2323

2424

2525
install:
26-
- pip install tox>=1.8
26+
- pip install tox
2727

2828
script:
29-
- tox -e \
30-
$(echo py$TRAVIS_PYTHON_VERSION | tr -d . | sed -e 's/pypypy/pypy/')-$REQUIREMENTS
29+
- tox -e py-$REQUIREMENTS
3130

3231
branches:
3332
except:

0 commit comments

Comments
 (0)