Skip to content

Commit

Permalink
Upgraded to travis container infrastructure
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Jul 17, 2015
1 parent 285deb2 commit a462511
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
sudo: false

language: python

services:
Expand All @@ -11,17 +13,17 @@ python:
- "2.6"

env:
- DJANGO="django==1.8.2"
- DJANGO="django==1.7.8"
- DJANGO="django==1.8.3"
- DJANGO="django==1.7.9"
- DJANGO="django==1.6.11"
- DJANGO="django==1.5.12"

matrix:
exclude:
- python: "2.6"
env: DJANGO="django==1.7.8"
env: DJANGO="django==1.7.9"
- python: "2.6"
env: DJANGO="django==1.8.2"
env: DJANGO="django==1.8.3"

branches:
only:
Expand All @@ -37,7 +39,6 @@ install:
before_script:
- createdb django_restframework_gis
- psql -U postgres -d django_restframework_gis -c "CREATE EXTENSION postgis;"
- psql -U postgres -d django_restframework_gis -c "CREATE EXTENSION postgis_topology;"

# command to run tests, e.g. python setup.py test
script:
Expand Down

0 comments on commit a462511

Please sign in to comment.