GAE should use 2.7, not 2.5

This commit is contained in:
mdipierro
2014-03-29 17:28:45 -05:00
parent 49f4e38658
commit 29ca1872b0
6 changed files with 29 additions and 12 deletions
+7
View File
@@ -7,6 +7,13 @@ It is written and programmable in Python. LGPLv3 License
Learn more at http://web2py.com
## Google App Engine deployment
cp examples/app.yaml ./
cp handlers/gaehandler.py ./
Then edit ./app.yaml and replace "yourappname" with yourappname.
## Tests
[![Build Status](https://travis-ci.org/web2py/web2py.png)](https://travis-ci.org/web2py/web2py)