forked from orbit-oss/flask
6 lines
99 B
INI
6 lines
99 B
INI
[tox]
|
|
envlist = py26, py27, pypy, py33
|
|
|
|
[testenv]
|
|
deps = blinker
|
|
commands = python run-tests.py []
|