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