summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2013-09-26 11:37:37 -0400
committerMonty Taylor <mordred@inaugust.com>2013-09-26 12:25:31 -0400
commit33b7b9e311612a2ac166ecb0e86f8ade51348f32 (patch)
tree64a00b2932c0f70f3965ee4bdc05ef58c96ac9c1 /tox.ini
parentaa401556eb07d0f75e048f82febfa4fe53e2b363 (diff)
downloadgear-33b7b9e311612a2ac166ecb0e86f8ade51348f32.tar.gz
Update tox.ini to use skipsdist/develop
No sense in making tarballs every time. Change-Id: I6aaeb9b78922a7a39d6e7d7cbe0a595a07f5808c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 57ee550..3b544d1 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,6 @@
[tox]
minversion = 1.6
+skipsdist = True
envlist = py26,py27,pep8
[testenv]
@@ -7,6 +8,7 @@ setenv = VIRTUAL_ENV={envdir}
LANG=en_US.UTF-8
LANGUAGE=en_US:en
LC_ALL=C
+usedevelop = True
install_command = pip install {opts} {packages}
deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
@@ -31,4 +33,4 @@ commands = {posargs}
[flake8]
exclude = .venv,.tox,dist,doc,*.egg
show-source = true
-ignore = E123,E125 \ No newline at end of file
+ignore = E123,E125