sprockets.mixins.mediatype/tox.ini
Andrew Rabert 38275440c7 Fix tox
2018-11-28 13:15:58 -05:00

12 lines
231 B
INI

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