flask/tox.ini

26 lines
636 B
INI
Raw Normal View History

2013-05-18 18:27:49 +02:00
[tox]
envlist = {py26,py27,pypy}-{lowest,release,devel}, {py33,py34,py35}-{release,devel}
2013-05-18 18:27:49 +02:00
[testenv]
2014-09-01 00:30:27 +02:00
commands =
py.test []
2014-09-01 00:00:20 +02:00
deps=
pytest
2014-09-04 14:34:10 +02:00
greenlet
redbaron
2014-09-01 00:30:27 +02:00
lowest: Werkzeug==0.7
2014-09-01 16:33:28 +02:00
lowest: Jinja2==2.4
2014-09-01 00:30:27 +02:00
lowest: itsdangerous==0.21
lowest: blinker==1.0
release: blinker
devel: git+https://github.com/pallets/werkzeug.git
devel: git+https://github.com/pallets/jinja.git
devel: git+https://github.com/pallets/itsdangerous.git
devel: git+https://github.com/jek/blinker.git
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck