Minor tox.ini changes, should speed things up

Change-Id: Ie5611ed1d15280b798e10779479c7174d4d83b05
This commit is contained in:
Kiall Mac Innes 2013-10-16 14:02:23 +01:00
parent b982573688
commit 064eb4f26d

View File

@ -1,12 +1,14 @@
[tox]
envlist = py26,py27,flake8
minversion = 1.6
envlist = py26,py27,flake8
skipsdist = True
[tox:jenkins]
downloadcache = ~/cache/pip
[testenv]
sitepackages = False
usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt