Update envlist to match what is supported

py34 and pypy aren't actually supported/tested in OpenStack anymore.

Change-Id: I7cffe59ef0bd622eabc2c8edf091d115db2790e1
This commit is contained in:
Ben Nemec 2017-08-30 14:45:16 +00:00
parent ddc025d472
commit b69e226acc
1 changed files with 1 additions and 1 deletions

View File

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