forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
38 lines (30 loc) · 850 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
29
30
31
32
33
34
35
36
37
38
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
branches:
only:
- master
install:
- sudo apt-get -qq -y update
- sudo apt-get install -y libgdal1h python-gdal
- sudo apt-get install -y python-virtualenv python-imaging python-lxml python-pyproj python-shapely python-nose python-httplib2 python-httplib2 gettext
- sudo apt-get install -y --force-yes openjdk-6-jdk ant maven2 libjai-imageio-core-java --no-install-recommends
- pip install -e . --use-mirrors
before_script:
- paver setup
script:
- paver run_tests
after_script:
- paver reset_hard
notifications:
irc:
channels:
- "irc.freenode.org#geonode"
use_notice: true
email:
slack: geonode-sprint:oQylJRkU9feZ8JruGi6czWwe