sprockets.mixins.metrics/tox.ini
2018-07-19 23:57:51 -04:00

10 lines
230 B
INI

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