sprockets.mixins.mediatype/tox.ini
2018-11-28 11:01:44 -05:00

12 lines
238 B
INI

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