Skip to content
This repository has been archived by the owner on Jan 18, 2020. It is now read-only.

Commit

Permalink
Add travis tests for Django 1.7
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Pendleton <apendleton@sunlightfoundation.com>
  • Loading branch information
apendleton committed Mar 11, 2015
1 parent 457458a commit cf8a961
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ sudo: false
env:
- DJANGO=1.5.12 POSTGRES_TEST_USER=postgres POSTGRES_TEST_NAME=avocado MYSQL_TEST_USER=root MYSQL_TEST_NAME=avocado
- DJANGO=1.6.10 POSTGRES_TEST_USER=postgres POSTGRES_TEST_NAME=avocado MYSQL_TEST_USER=root MYSQL_TEST_NAME=avocado
- DJANGO=1.7.6 POSTGRES_TEST_USER=postgres POSTGRES_TEST_NAME=avocado MYSQL_TEST_USER=root MYSQL_TEST_NAME=avocado

services:
- memcached
Expand All @@ -35,3 +36,8 @@ script:
after_success:
- pip install -q coveralls
- coveralls

matrix:
exclude:
- python: "2.6"
env: DJANGO=1.7.6 POSTGRES_TEST_USER=postgres POSTGRES_TEST_NAME=avocado MYSQL_TEST_USER=root MYSQL_TEST_NAME=avocado

0 comments on commit cf8a961

Please sign in to comment.