summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-01-15 20:14:08 +0000
committerGerrit Code Review <review@openstack.org>2019-01-15 20:14:08 +0000
commitfb138f6de7334eab0b8c9862563ac6da577afe95 (patch)
tree87e283c9a1071ba52849324f035adade34d9f990
parent9f0bda970d4044e42cc7769a99ca1913c5f54206 (diff)
parent8266c8dec0c660309cb440878dd3f027471d9923 (diff)
downloadsqlalchemy-migrate-fb138f6de7334eab0b8c9862563ac6da577afe95.tar.gz
Merge "Remove py26 support"
-rw-r--r--setup.cfg1
-rw-r--r--tox.ini2
2 files changed, 1 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index 149374f..4f5e685 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -15,7 +15,6 @@ classifier =
Programming Language :: Python
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
- Programming Language :: Python :: 2.6
Programming Language :: Python :: 3
Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
diff --git a/tox.ini b/tox.ini
index c6c081c..1d00e3d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,7 +1,7 @@
[tox]
minversion = 1.6
skipsdist = True
-envlist = py26,py27,py26sa07,py27sa07,py26sa08,py27sa08,py26sa09,py27sa09,py33,py34,pep8
+envlist = py27,py27sa07,py27sa08,py27sa09,py33,py34,pep8
[testenv]
usedevelop = True