sprockets.mixins.metrics/tox.ini

11 lines
230 B
INI
Raw Normal View History

2016-01-19 16:43:24 +00:00
[tox]
2018-07-20 03:57:51 +00:00
envlist = py27,py34,py35,py36,py37,pypy2,pypy3
2016-01-19 16:43:24 +00:00
indexserver =
default = https://pypi.python.org/simple
toxworkdir = build/tox
skip_missing_interpreters = True
[testenv]
deps = -rrequires/testing.txt
commands = nosetests []