Remove py31 tox env; in practice, it appears redundant

In practice, it appears to redundantly reference whatever py3 version is
installed.
This commit is contained in:
Dave Rolek 2018-07-21 21:56:38 +00:00
parent 982c4f5893
commit e5bd63d7a8

View File

@ -1,6 +1,6 @@
[tox]
skip_missing_interpreters = True
envlist = py26,py27,py31,py32,py33,py34,py35,py36,py37
envlist = py26,py27,py32,py33,py34,py35,py36,py37
skipsdist = True
[testenv]