Update tox.ini to only assume Python 3.x instead of Python 3.4 specifically.

This commit is contained in:
2018-04-09 20:34:59 -07:00
parent e608b7924a
commit 61033bb4e5
3 changed files with 12 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist=py34
envlist=py3
skipsdist=True
[testenv]