sprockets.http/tox.ini
2015-11-18 18:13:45 -05:00

16 lines
283 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
[testenv:py27]
deps =
-rrequires/testing.txt
mock>=1.0.1,<2