Browse Source

Update CI for Django 1.6

James Oakley 11 years ago
parent
commit
c852a14e3b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -7,6 +7,7 @@ python:
 env:
   - DJANGO='Django<=1.4' PYSCOPG2='psycopg2==2.4.1' # see django issue #16250
   - DJANGO='Django<=1.5' PYSCOPG2='psycopg2'
+  - DJANGO='Django<=1.6' PYSCOPG2='psycopg2'
 
 install:
   - pip install -q $PYSCOPG2 --use-mirrors