Metadata change
This commit is contained in:
parent
ec863cef5b
commit
8d97d71430
8 changed files with 26 additions and 26 deletions
25
tox.ini
25
tox.ini
|
|
@ -1,12 +1,27 @@
|
|||
[tox]
|
||||
envlist = docs, py26, py27, pypy, py33, py34
|
||||
envlist =
|
||||
docs
|
||||
{py26,py27,pypy,py33,py34}-{lowest,release,devel}
|
||||
|
||||
[testenv]
|
||||
deps=
|
||||
blinker
|
||||
pytest
|
||||
commands = py.test []
|
||||
commands =
|
||||
py.test []
|
||||
|
||||
deps=
|
||||
pytest
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue