From 1709eeb43aad2b5af7368e3e1741d70071d9ea7a Mon Sep 17 00:00:00 2001 From: Paul Schweizer Date: Fri, 1 Jun 2018 22:43:11 +0100 Subject: [PATCH] Installing travis-tox --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 5a745b2..63a94db 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ python: # command to install dependencies install: + - pip install tox-travis - python setup.py install # command to run tests