Dropped Python 2 support. Now Python 3 only.

This commit is contained in:
2017-07-02 17:18:33 -07:00
parent ebd34f1695
commit 9212f87735
6 changed files with 8 additions and 20 deletions

View File

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