summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJohn Dickinson <me@not.mn>2018-09-26 18:29:18 -0700
committerJohn Dickinson <me@not.mn>2018-09-27 13:28:05 -0700
commita6baf00e245275634175d827552ffde7d655ad4d (patch)
tree10bf010cfb86c9527de1df4addf109d3b17c9a97 /tox.ini
parent2fca5dc390f8d7b4ed2320b2f3dd9e505c690e6a (diff)
downloadpython-swiftclient-a6baf00e245275634175d827552ffde7d655ad4d.tar.gz
py2 functional testing
Change-Id: I24ff8fb28969a0b074313bc9491b299afac3b49c
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 6 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index ec7d344..ed8d772 100644
--- a/tox.ini
+++ b/tox.ini
@@ -46,6 +46,12 @@ commands =
coverage report -m
rm -f .coverage
+[testenv:py2func]
+basepython=python2
+setenv = {[testenv:func]setenv}
+whitelist_externals = {[testenv:func]whitelist_externals}
+commands = {[testenv:func]commands}
+
[testenv:docs]
basepython = python3
commands=