From 6e111173de904c9b4655bbd8fa3dc685e5b9749c Mon Sep 17 00:00:00 2001 From: Nick Steel Date: Sun, 24 Jan 2016 15:34:10 +0000 Subject: [PATCH] Fixing travis --- tox.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index 1ddb98c..ead2ff1 100644 --- a/tox.ini +++ b/tox.ini @@ -2,14 +2,12 @@ envlist = py27, flake8 [testenv] -sitepackages = true deps = mock mopidy pytest pytest-cov pytest-xdist -install_command = pip install {opts} {packages} commands = py.test \ --basetemp={envtmpdir} \ @@ -21,4 +19,5 @@ commands = deps = flake8 flake8-import-order +skip_install = true commands = flake8