You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
668 B

12 years ago
[tox]
10 years ago
envlist =
docs
{py26,py27,pypy,py33,py34}-{lowest,release,devel}
12 years ago
[testenv]
10 years ago
commands =
py.test []
10 years ago
deps=
pytest
10 years ago
lowest: Werkzeug==0.7
lowest: Jinja==2.4
lowest: itsdangerous==0.21
lowest: blinker==1.0
release: blinker
devel: git+git://github.com/mitsuhiko/werkzeug.git
devel: git+git://github.com/mitsuhiko/jinja2.git
devel: git+git://github.com/mitsuhiko/itsdangerous.git
devel: git+git://github.com/jek/blinker.git
# extra dependencies
git+git://github.com/jek/blinker.git#egg=blinker
[testenv:docs]
deps = sphinx
commands = sphinx-build -W -b linkcheck -d {envtmpdir}/doctrees docs docs/_build/linkcheck