forked from gwu-libraries/launchpad
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.travis.yml
24 lines (24 loc) · 827 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
notifications:
email:
branches:
only:
- master
- refactor
install: pip install -r requirements.txt
language: python
python:
- "2.7"
before_install:
- sed "s/cx_Oracle/#cx_Oracle/g" requirements.txt > test.txt
- mv test.txt requirements.txt
script:
- cp lp/lp/local_settings.py.template lp/lp/local_settings.py
- python lp/manage.py test lp
env:
matrix:
- DJANGO_VERSION=1.4
global:
- secure: Ye4xFpXmGtxuHMNeRKLBSncLS+Hq94Aq+Sx6YWjddHAEv8uqTDC4aENlXosoHpR551Prto9Prp+8A61eLZrKKR5DGj8bQXOeFGdPMtGp5kYSlK8/Pgfl24Oi732V056Oo9PBSR+uv5o0/MXMGHKQEhJJpJlODuYqBaAXSbQi6T8=
- secure: I8JiNsWMTZUJo1GaC6XuZhiuu4ftJ5LcrOWxPIzanMlhWhpsucoJZhhIqkrUHnd/Zu0MroddvTE0njHXGg0dXFdxBzjXXlpfZhdoDicngu/c94yRNB6jtX2NnipNUwXCYsBOaGrKgLgtXlrkcfaTJZmt915fmNS4+/yAzEQt8h0=