Skip to content
This repository has been archived by the owner on Apr 5, 2019. It is now read-only.

Commit

Permalink
Make sure to run in both environments
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 12, 2013
1 parent 8cd1d63 commit 5439092
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
@@ -1,11 +1,12 @@
language: python
python:
- "2.5"
- "2.7"
# command to install dependencies
install:
- "pip install -r requirements.txt --use-mirrors"
- "wget http://googleappengine.googlecode.com/files/google_appengine_1.7.0.zip"
- "unzip google_appengine_1.7.0.zip"
- "wget http://googleappengine.googlecode.com/files/google_appengine_1.7.5.zip"
- "unzip google_appengine_1.7.5.zip"
# command to run tests
script:
- "APPENGINE_SDK=google_appengine python tests/runner.py tests"

0 comments on commit 5439092

Please sign in to comment.