summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Dent <chris.dent@gmail.com>2018-11-26 11:43:34 +0000
committerChris Dent <chris.dent@gmail.com>2018-11-26 11:43:34 +0000
commit2f7b5fa4919a98f7c9e2b388cd88c1c963433f82 (patch)
treec031815a3a552139e78029c8f6a3ebeb653a650d
parent3082f349f2fe110bb6d5400e9caebbc29abc8bfe (diff)
downloadpastedeploy-git-setup-test.tar.gz
Remove usedevelop from tox.inisetup-test
Review of improvements to setup.py indicated issues with the tox.ini.
-rw-r--r--tox.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 4f0d91c..9800db2 100644
--- a/tox.ini
+++ b/tox.ini
@@ -2,7 +2,6 @@
envlist = py27, py34, py35, py36, py37, pypy, pypy3
[testenv]
-usedevelop = True
deps =
# Paste works on Python 3 since Paste 2.0
Paste