diff tox.ini @ 34:018c70393353

[tox] use 3.5 too
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 13:53:35 -0700
parents 22218d90d33f
children
line wrap: on
line diff
--- a/tox.ini	Mon Sep 04 13:29:11 2017 -0700
+++ b/tox.ini	Mon Sep 04 13:53:35 2017 -0700
@@ -1,6 +1,6 @@
 # https://tox.readthedocs.io/en/latest/
 [tox]
-envlist=py27
+envlist=py27,py35
 [testenv]
 commands=python setup.py test
 deps = -rrequirements.txt