mirror of
https://github.com/sprockets/sprockets.http.git
synced 2024-11-14 19:29:28 +00:00
15 lines
234 B
INI
15 lines
234 B
INI
[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
|