Skip to content

Instantly share code, notes, and snippets.

@mryoshio
Created May 11, 2013 09:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mryoshio/5559373 to your computer and use it in GitHub Desktop.
Save mryoshio/5559373 to your computer and use it in GitHub Desktop.
.travis.yml example for Google App Engine/Python
language: python
python:
- '2.7'
install:
- 'pip install -r requirements.txt --use-mirrors'
before_script:
- wget http://googleappengine.googlecode.com/files/google_appengine_1.8.0.zip -nv
- unzip -q google_appengine_1.8.0.zip
script: 'python ./test_gae.py ./google_appengine ./tests'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment