Minor tox.ini changes, should speed things up
Change-Id: Ie5611ed1d15280b798e10779479c7174d4d83b05
This commit is contained in:
parent
b982573688
commit
064eb4f26d
4
tox.ini
4
tox.ini
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user