We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8502ce commit d892675Copy full SHA for d892675
.travis.yml
@@ -21,3 +21,10 @@ before_script:
21
- psql -c 'create database netfields;' -U postgres
22
23
script: "./manage.py test"
24
+
25
+matrix:
26
+ exclude:
27
+ - python: "2.6"
28
+ env: DJANGO='Django<=1.7' PYSCOPG2='psycopg2'
29
30
+ env: DJANGO='Django<=1.8' PYSCOPG2='psycopg2'
0 commit comments