Skip to content

Commit

Permalink
Support Python 3.4 version for Flask-LazyViews app.
Browse files Browse the repository at this point in the history
  • Loading branch information
playpauseandstop committed Aug 3, 2014
1 parent ffb3b62 commit db6bf20
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,4 @@ testapp/env/
.tox/

.coverage
.python-version
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
- 3.3
- 3.4
- pypy
env:
- FLASK_VERSION=0.8
Expand All @@ -22,3 +23,7 @@ matrix:
env: FLASK_VERSION=0.8
- python: 3.3
env: FLASK_VERSION=0.9
- python: 3.4
env: FLASK_VERSION=0.8
- python: 3.4
env: FLASK_VERSION=0.9
7 changes: 7 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ envlist =
py26flask08,py26flask09,py26flask010,
py27flask08,py27flask09,py27flask010,
py33flask010,
py34flask010,
pypyflask08,pypyflask09,pypyflask010

[testenv]
Expand Down Expand Up @@ -52,6 +53,12 @@ commands =
pip install -q -I Flask==0.10.1
make -C testapp/ test

[testenv:py34flask010]
basepython = python3.4
commands =
pip install -q -I Flask==0.10.1
make -C testapp/ test

[testenv:pypyflask08]
basepython = pypy
commands =
Expand Down

0 comments on commit db6bf20

Please sign in to comment.