From 01069f94d23e8462e5b501bdb730b2c616a87560 Mon Sep 17 00:00:00 2001 From: Nick Coghlan Date: Sun, 17 Apr 2016 19:14:31 +1000 Subject: [PATCH] Install tox in Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2d4788e..9fbf56c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,6 +17,6 @@ matrix: - python: pypy env: TOXENV=pypy -install: tox --notest +install: pip install tox && tox --notest script: tox