Skip to content

Commit

Permalink
Merge pull request #284 from hornc/travis_update
Browse files Browse the repository at this point in the history
update travis config to use new container-based infrastructure
  • Loading branch information
gdamdam committed Jan 27, 2016
2 parents 04d9d8c + e4cc5df commit acb9d2d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
language: python
sudo: false
addons:
apt:
packages:
- libgeoip-dev
- python-lxml
- python-psycopg2
- python-yaml
postgresql: "9.3"
python:
- "2.7"
before_install:
- sudo apt-get install -qq python-lxml python-yaml python-psycopg2 libgeoip-dev
install: pip install -r test_requirements.txt
before_script:
- psql -c 'create database oltest' -U postgres
Expand Down

0 comments on commit acb9d2d

Please sign in to comment.