forked from GeoNode/geonode
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
43 lines (35 loc) · 939 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
39
40
41
42
43
language: python
python:
- "2.7"
virtualenv:
system_site_packages: true
branches:
only:
- master
install:
- sudo apt-get update
- sudo apt-get install -y python-virtualenv python-imaging python-lxml python-pyproj python-shapely python-nose python-httplib2 python-httplib2
- sudo apt-get install -y --force-yes openjdk-6-jdk ant maven2 --no-install-recommends
- sudo apt-get install -y gettext
- sudo apt-get install nodejs
- npm install -g bower
- npm install -g less
- npm install -g grunt-cli
- pip install -e . --use-mirrors
#before_script:
# - paver setup
script:
- python manage.py test geonode.tests.smoke
- paver test
# - paver test_integration
# - paver test_integration -n geonode.tests.csw
# - paver test_javascript
after_script:
- paver reset_hard
notifications:
irc:
channels:
- "irc.freenode.org#geonode"
use_notice: true
email: