2013-05-18 18:27:49 +02:00
|
|
|
[tox]
|
2016-06-02 14:54:49 -07:00
|
|
|
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
|
2015-02-12 13:06:45 -05:00
|
|
|
redbaron
|
2014-04-26 01:13:19 +02:00
|
|
|
|
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
|
2016-04-03 23:11:38 +02:00
|
|
|
devel: git+https://github.com/pallets/werkzeug.git
|
|
|
|
|
devel: git+https://github.com/pallets/jinja.git
|
|
|
|
|
devel: git+https://github.com/pallets/itsdangerous.git
|
2015-12-03 16:19:24 -08:00
|
|
|
devel: git+https://github.com/jek/blinker.git
|
2014-04-26 01:13:19 +02:00
|
|
|
|
|
|
|
|
[testenv:docs]
|
|
|
|
|
deps = sphinx
|
|
|
|
|
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck
|