Removed py33, pypy support

As Openstack Liberty now targets Python 2.7 and 3.4,
we should drop Python 3.3 support from our setup.cfg

Change-Id: I8c8f9222fcf1111e99a943976aae9c5b427f7ee4
Closes-Bug: #1523983
This commit is contained in:
Gábor Antal
2015-12-08 17:48:12 +01:00
parent 98f05a52a8
commit 7faa501fb7
2 changed files with 1 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
[tox]
minversion = 1.6
envlist = py33,py34,py27,pypy,pep8
envlist = py34,py27,pep8
skipsdist = True
[testenv]