From cd4106a990c6adacf71adfc255017d0301daa826 Mon Sep 17 00:00:00 2001 From: Nathan Handler Date: Tue, 10 Nov 2015 12:25:24 -0800 Subject: [PATCH] Install tox in travis --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 227ecc9e3b..895ba78095 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,6 @@ language: python python: - "2.7" -install: "pip install -r requirements.txt" +install: + - pip install --use-mirrors tox script: make test