forked from orbit-oss/flask
Some fixes
This commit is contained in:
parent
8d97d71430
commit
df711eac90
3 changed files with 13 additions and 12 deletions
6
tox.ini
6
tox.ini
|
|
@ -1,7 +1,5 @@
|
|||
[tox]
|
||||
envlist =
|
||||
docs
|
||||
{py26,py27,pypy,py33,py34}-{lowest,release,devel}
|
||||
envlist = {py26,py27,pypy,py33,py34}-{lowest,release,devel}
|
||||
|
||||
[testenv]
|
||||
commands =
|
||||
|
|
@ -11,7 +9,7 @@ deps=
|
|||
pytest
|
||||
|
||||
lowest: Werkzeug==0.7
|
||||
lowest: Jinja==2.4
|
||||
lowest: Jinja2==2.4
|
||||
lowest: itsdangerous==0.21
|
||||
lowest: blinker==1.0
|
||||
release: blinker
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue