view tox.ini @ 51:e1eb45c4763e

[compat] fix variable scoping for py3
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Sep 2017 18:08:55 -0700
parents 018c70393353
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