summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorCorey Bryant <corey.bryant@canonical.com>2019-06-24 09:07:43 -0400
committerCorey Bryant <corey.bryant@canonical.com>2019-06-24 09:09:57 -0400
commit5c9bbbfac8f03be416b268798045b5814c3fbe06 (patch)
tree8d549375eabfe30f8ba39862ad890bd156f9cc0a /tox.ini
parent6bdc313b4750b25252f7e106655ad2565cac356d (diff)
downloadpython-designateclient-5c9bbbfac8f03be416b268798045b5814c3fbe06.tar.gz
Add Python 3 Train unit tests2.12.0
This is a mechanically generated patch to ensure unit testing is in place for all of the Tested Runtimes for Train. See the Train python3-updates goal document for details: https://governance.openstack.org/tc/goals/train/python3-updates.html Change-Id: Ie2119dec469dba059fa3ce8729f360590d45791c Story: #2005924 Task: #34204
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 93b2561..8dc55d7 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = py36,py27,flake8
+envlist = py27,py37,flake8
minversion = 2.0
skipsdist = True