aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorThomas Bechtold <tbechtold@suse.com>2018-05-15 17:27:54 +0200
committerThomas Bechtold <tbechtold@suse.com>2018-05-15 17:43:54 +0200
commitb7ab625bbad1652ee4a3684952883a664b7e1df4 (patch)
tree8ebe456b192ec3c72fd65d82d2326a27660773cc /tox.ini
parent38af18d8fd41f22b887e3a487e3059b8289feec1 (diff)
downloadgit-deps-b7ab625bbad1652ee4a3684952883a664b7e1df4.tar.gz
Set "usedevelop" in tox.ini
Recreating the sdist tarball takes some time when calling tox. So skip the sdist creation (which will be implicitly done when "usedevelop=True" is set) and do the "setup.py develop" step instead which is recommended in the tox documentation[1]. [1] http://tox.readthedocs.io/en/latest/example/general.html#avoiding-expensive-sdist
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index e1d97c4..5cf02a6 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,6 +7,7 @@ envlist = py27,py34,flake8
skip_missing_interpreters = True
[testenv]
+usedevelop = True
changedir = tests
commands =
py.test {posargs}