mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-25 11:19:52 +00:00
12 lines
200 B
INI
12 lines
200 B
INI
|
[tox]
|
||
|
envlist = py27,py34
|
||
|
indexserver =
|
||
|
default = https://pypi.python.org/simple
|
||
|
toxworkdir = build/tox
|
||
|
|
||
|
[testenv]
|
||
|
deps =
|
||
|
-rrequires/installation.txt
|
||
|
-rrequires/testing.txt
|
||
|
commands = nosetests []
|