summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulien Danjou <julien@danjou.info>2016-07-21 13:01:13 +0200
committerJulien Danjou <julien@danjou.info>2016-07-21 13:01:28 +0200
commitd72a7cfc37b636f67ab8e42906a7521274d9b897 (patch)
tree61adb02fd7fee6bd25e7d736bf6f99a53595152e
parent7f502e2c0487273670b3817f1b3f79384e5b0d4d (diff)
downloadceilometermiddleware-d72a7cfc37b636f67ab8e42906a7521274d9b897.tar.gz
Remove py33 from tox envlist
Change-Id: Ie94e19c3f09687601d5c8f3736ff0a110646ea14
-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 c7e230f..7c8a731 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -16,7 +16,6 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
- Programming Language :: Python :: 3.3
Programming Language :: Python :: 3.4
[files]
diff --git a/tox.ini b/tox.ini
index 96d19de..ec0b0c3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
-envlist = py33,py34,py27,pypy,pep8
+envlist = py34,py27,pypy,pep8
skipsdist = True
[testenv]