Skip to content

Commit

Permalink
Install tox in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ncoghlan committed Apr 17, 2016
1 parent 8b856b8 commit 01069f9
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 @@ -17,6 +17,6 @@ matrix:
- python: pypy
env: TOXENV=pypy

install: tox --notest
install: pip install tox && tox --notest

script: tox

0 comments on commit 01069f9

Please sign in to comment.