forked from sympy/sympy_gamma
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
28 lines (24 loc) · 903 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
language: python
python:
- "2.7"
env:
global:
# encrypted $OAUTH_REFRESH_TOKEN needed for deployment
- secure: "gAf0hXfe3FDNJrxurJs8UtoK7CJ8jG6sTvUdRUymY7WPJ3NYKIevisV+PeIOl/xbvtXHi4O2kmDkFEKI+cmwYJXPVqJ12mlFiJEditeUoNfJp2xYP0OFUaBeXj+c/ldKNAWRuI7rbE7F58tYDqcVvKMK/NPLW/cOwy3VbeTGB98="
virtualenv:
system_site_packages: true
before_install:
- npm install casperjs
install: "pip install -r requirements.txt --use-mirrors"
before_script:
- cd ..
- wget https://storage.googleapis.com/appengine-sdks/deprecated/195/google_appengine_1.9.5.zip -nv
- unzip -q google_appengine_1.9.5.zip
- export SDK_LOCATION="$(pwd)/google_appengine"
- cd $TRAVIS_BUILD_DIR
- git fetch --tags
- python deploy.py --generate-only --generate-test 1000
- python $SDK_LOCATION/dev_appserver.py --skip_sdk_update_check 1 . &
- sleep 10
script: python travis.py
after_success: python deploy.py