sprockets.http/tox.ini

16 lines
234 B
INI
Raw Normal View History

2015-07-22 17:41:30 +00:00
[tox]
envlist = py27,py34
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
[testenv]
commands = nosetests []
deps =
-rrequires/testing.txt
[testenv:py27]
deps =
-rrequires/testing.txt
mock>=1.0.1,<2