sprockets.mixins.mediatype/tox.ini
2016-01-16 09:56:38 -05:00

12 lines
243 B
INI

[tox]
envlist = py27,py34,py35,pypy
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = true
[testenv]
deps =
-rrequires/installation.txt
-rrequires/testing.txt
commands = nosetests []