view tox.ini @ 86:b56d329c238d

workaround namespace foolishess
author Jeff Hammel <k0scist@gmail.com>
date Sun, 17 Dec 2017 14:04:45 -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