view tox.ini @ 72:479b7c598a0e

add py2 v py3 str discriminator types
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 13:26:05 -0800
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