Update tox.ini

Removed py34, py27 and pypy from the tox.ini envlist since
there are no unit tests,  and tox reports it skipped all tests.

Change-Id: I065bca024647014923f8b2b834417b415463253a
This commit is contained in:
Cai Hui 2018-10-15 04:14:56 -04:00
parent dc063f6936
commit ce2f28a299
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 = pep8
skipsdist = True
[testenv]