Skip to content

Commit 8db45bd

Browse files
committed
Remove unecessary params when calling tox in the travis config.
1 parent 94c64ff commit 8db45bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ matrix:
1010
install:
1111
- pip install tox
1212
script:
13-
- tox -e $TOXENV test
13+
- tox -e $TOXENV

0 commit comments

Comments
 (0)