forked from City-of-Helsinki/linkedevents
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.travis.yml
More file actions
32 lines (24 loc) · 653 Bytes
/
.travis.yml
File metadata and controls
32 lines (24 loc) · 653 Bytes
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
29
30
31
32
language: python
python:
- '3.4'
cache:
directories:
- $HOME/.cache/pip
env:
- DJANGO=Django>=1.9
sudo: false
addons:
postgresql: '9.4'
install:
- pip install --upgrade pip
- pip install coveralls -r requirements.txt
before_script:
- psql template1 -c 'create extension hstore;'
- psql template1 -c 'create extension postgis;'
script: py.test events
before_cache:
- rm -f $HOME/.cache/pip/log/debug.log
notifications:
slack:
secure: Hxh7X9ckorBlD2MRiSh/TE6nC0kyEZrEmegx3FHQgwOm5tNCZcJUoJprmEXA82SMxlbl12XcNLhFZaeQd6Gt2AF5AvTjbJLsLZBRebbKA6We1dCSpyHSGXy+GGWRD0J1OYstk2jg5fWmsscusLZ0MFbybg8qwmsv7/LOG+QoX6M=
after_success: coveralls