changeset 34:018c70393353

[tox] use 3.5 too
author Jeff Hammel <k0scist@gmail.com>
date Mon, 04 Sep 2017 13:53:35 -0700
parents e2dd9503098f
children 37a9fb876f54
files tox.ini
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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