Skip to content

Commit

Permalink
Merge pull request #377 from ocefpaf/travis
Browse files Browse the repository at this point in the history
Travis-CI container build
  • Loading branch information
kalxas committed Sep 13, 2015
2 parents cb7371c + 7d33d9f commit 79b0aed
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,21 +1,22 @@
language: python

sudo: false

python:
- "2.7"
- "2.6"
- "2.7"

install:
- sudo apt-get install -y libgeos-c1
- pip install . --use-mirrors
- pip install -r ./requirements-standalone.txt
- pip install -r ./requirements-dev.txt
- python ./setup.py -q install
addons:
apt:
packages:
- libgeos-c1
- libxml2-dev

before_script:
- sudo add-apt-repository ppa:gcpp-kalxas/ppa-tzotsos -y
- sudo apt-get update -q
- sudo apt-get install -y libxml2-dev
# - paver start
install:
- pip install -r requirements.txt
- pip install -r requirements-dev.txt
- pip install -r requirements-standalone.txt
- python setup.py -q install

script:
- paver test
Expand All @@ -26,6 +27,5 @@ after_script:
notifications:
irc:
channels:
#- "irc.freenode.org#geopython"
- "irc.freenode.org#pycsw"
use_notice: true

0 comments on commit 79b0aed

Please sign in to comment.