diff options
author | Kiall Mac Innes <kiall@hp.com> | 2013-10-16 14:02:23 +0100 |
---|---|---|
committer | Kiall Mac Innes <kiall@hp.com> | 2013-10-16 14:02:23 +0100 |
commit | 064eb4f26d9ccf9c86a804778c6c6a4e5bfdfad0 (patch) | |
tree | 2dbf8af3d3a9f15386cf840d4b42e828922fc83c | |
parent | b982573688e9958f094d105218cc9e53ce2ef6f3 (diff) | |
download | designate-064eb4f26d9ccf9c86a804778c6c6a4e5bfdfad0.tar.gz |
Minor tox.ini changes, should speed things up
Change-Id: Ie5611ed1d15280b798e10779479c7174d4d83b05
-rw-r--r-- | tox.ini | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |