view 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 source

# https://tox.readthedocs.io/en/latest/
[tox]
envlist=py27,py35
[testenv]
commands=python setup.py test
deps = -rrequirements.txt