aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorAdam Spiers <git@adamspiers.org>2018-05-15 16:55:33 +0100
committerAdam Spiers <git@adamspiers.org>2018-05-15 16:55:33 +0100
commitc34110686f2e27c387edbb8086ed2828f72a0550 (patch)
tree1ce665351bfbff12d7cac09209a394448efb4216 /tox.ini
parent38af18d8fd41f22b887e3a487e3059b8289feec1 (diff)
parent5b71b61ddead9019ff33f0326bcf4c4512c3c785 (diff)
downloadgit-deps-c34110686f2e27c387edbb8086ed2828f72a0550.tar.gz
Merge remote-tracking branch 'toabctl/mod-usedevelop' into module
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e1d97c4..072c074 100644
--- a/tox.ini
+++ b/tox.ini
@@ -3,10 +3,11 @@
[tox]
minversion = 1.8
-envlist = py27,py34,flake8
+envlist = py27,py34,py36,flake8
skip_missing_interpreters = True
[testenv]
+usedevelop = True
changedir = tests
commands =
py.test {posargs}