Skip to content

Commit c870212

Browse files
committed
exclude 2.x Python with 2.x Django
1 parent 13ee638 commit c870212

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ env:
1515
- DJANGO=1.11
1616
- DJANGO=2.0
1717
- DJANGO=2.1
18+
matrix:
19+
exclude:
20+
- python: "2.7"
21+
env: DJANGO=2.0
22+
- python: "2.7"
23+
env: DJANGO=2.1
1824
install:
1925
- pip install django==${DJANGO} Pillow psycopg2
2026
- pip install .

0 commit comments

Comments
 (0)