sprockets.mixins.metrics/tox.ini

11 lines
213 B
INI
Raw Normal View History

2016-01-19 16:43:24 +00:00
[tox]
envlist = py27,py34,py35,pypy
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = True
[testenv]
deps = -rrequires/testing.txt
commands = nosetests []