Skip to content

Commit

Permalink
Fix using toxenv
Browse files Browse the repository at this point in the history
  • Loading branch information
ngzhian committed Mar 5, 2017
1 parent 2d9f861 commit a9d67c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ before_install:
install:
- pip install tox
script:
- tox -v -e "$(echo py$TRAVIS_PYTHON_VERSION | tr -d .),$(TOXENV)"
- tox -v -e "$(echo py$TRAVIS_PYTHON_VERSION | tr -d .),${TOXENV}"
notifications:
email:
on_success: never
Expand Down

0 comments on commit a9d67c3

Please sign in to comment.