Skip to content

Commit d892675

Browse files
author
Antoine
committed
Removed unusable builds
1 parent f8502ce commit d892675

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

+7
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,10 @@ before_script:
2121
- psql -c 'create database netfields;' -U postgres
2222

2323
script: "./manage.py test"
24+
25+
matrix:
26+
exclude:
27+
- python: "2.6"
28+
env: DJANGO='Django<=1.7' PYSCOPG2='psycopg2'
29+
- python: "2.6"
30+
env: DJANGO='Django<=1.8' PYSCOPG2='psycopg2'

0 commit comments

Comments
 (0)