Install tox in Travis CI

This commit is contained in:
Nick Coghlan 2016-04-17 19:14:31 +10:00
parent 8b856b8b51
commit 01069f94d2

View file

@ -17,6 +17,6 @@ matrix:
- python: pypy
env: TOXENV=pypy
install: tox --notest
install: pip install tox && tox --notest
script: tox