sprockets.clients.http/tox.ini
Dave Shawley 75e630b20c SYN
2016-01-07 19:58:39 -05:00

11 lines
226 B
INI

[tox]
envlist = py27,py34,py35,pypy,pypy3
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = true
[testenv]
commands = nosetests []
deps =
-rrequires/testing.txt