comparison 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
comparison
equal deleted inserted replaced
33:e2dd9503098f 34:018c70393353
1 # https://tox.readthedocs.io/en/latest/ 1 # https://tox.readthedocs.io/en/latest/
2 [tox] 2 [tox]
3 envlist=py27 3 envlist=py27,py35
4 [testenv] 4 [testenv]
5 commands=python setup.py test 5 commands=python setup.py test
6 deps = -rrequirements.txt 6 deps = -rrequirements.txt