Drop python 3.4 and test py 3.7 instead

This commit is contained in:
Joe Moore 2019-05-18 13:50:24 -04:00
parent 11e57b0316
commit ed2a0bcd4d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
[tox]
envlist = py34,py35,py36
envlist = py35,py36,py37
skipsdist = True
skip_missing_interpreters = True