summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-07-13 21:00:37 -0700
committerJon Dufresne <jon.dufresne@gmail.com>2018-07-13 21:00:37 -0700
commit354996dfc0b5a10613326e46dedda2cb0be4b1ce (patch)
tree882ef8460d6a850163f8779570713c471f7e349c /.travis.yml
parentfcd80d46e66179f9464c2df745ffed07622d9ee3 (diff)
downloadisort-354996dfc0b5a10613326e46dedda2cb0be4b1ce.tar.gz
Remove unnecessary tox -e argument
tox already reads the TOXENV environment variable. No need to re-specify as a command line argument. For details, see: https://tox.readthedocs.io/en/latest/config.html#confval-envlist=CSV
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index ae6cbac9..9ec9f296 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -19,4 +19,4 @@ matrix:
install:
- pip install tox
script:
- - tox -e $TOXENV
+ - tox