mirror of
https://github.com/sprockets/sprockets.mixins.metrics.git
synced 2024-11-22 03:00:25 +00:00
10 lines
213 B
INI
10 lines
213 B
INI
[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 []
|