# HG changeset patch
# User Jeff Hammel <k0scist@gmail.com>
# Date 1504558415 25200
# Node ID 018c703933538fc0bdf34e65d9cbcf33d7225829
# Parent  e2dd9503098f7c1b1f2e56d2c2c98aef734d54d7
[tox] use 3.5 too

diff -r e2dd9503098f -r 018c70393353 tox.ini
--- 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