Merge "Drop py34 and py33 target in tox.ini"

This commit is contained in:
Zuul 2018-05-14 13:02:34 +00:00 committed by Gerrit Code Review
commit 368fde9c08
2 changed files with 1 additions and 3 deletions

View File

@ -16,8 +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
Programming Language :: Python :: 3.5
Topic :: System :: Monitoring

View File

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