mirror of
https://github.com/sprockets/sprockets.mixins.mediatype.git
synced 2024-11-25 11:19:52 +00:00
12 lines
238 B
INI
12 lines
238 B
INI
[tox]
|
|
envlist = py35,py36,py37
|
|
indexserver =
|
|
default = https://pypi.python.org/simple
|
|
toxworkdir = build/tox
|
|
skip_missing_interpreters = true
|
|
|
|
[testenv]
|
|
deps =
|
|
-rrequires/installation.txt
|
|
-rrequires/testing.txt
|
|
commands = nosetests []
|