Drop py34 and py33 target in tox.ini

We support py35 now.so it is no need to keep
the supoort for py34 and py33.

Change-Id: I7e09988f7b08fe978383029619da0a82cbfa4203
This commit is contained in:
wangqi 2018-04-18 10:01:43 +00:00 committed by Witold Bedyk
parent f5ef89e62a
commit e62fff1ef5
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]