Skip to content

Commit 651d1bd

Browse files
committed
Run only specific env
1 parent 4f04a7f commit 651d1bd

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
@@ -50,7 +50,7 @@ matrix:
5050
install:
5151
- pip install tox codecov
5252
script:
53-
- tox -v
53+
- tox -e "$TOX_ENV"
5454
after_success:
5555
- codecov
5656
deploy:

0 commit comments

Comments
 (0)