Skip to content

Commit

Permalink
exclude 2.x Python with 2.x Django
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkramaric committed Jan 9, 2019
1 parent 13ee638 commit c870212
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 @@ -15,6 +15,12 @@ env:
- DJANGO=1.11
- DJANGO=2.0
- DJANGO=2.1
matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0
- python: "2.7"
env: DJANGO=2.1
install:
- pip install django==${DJANGO} Pillow psycopg2
- pip install .
Expand Down

0 comments on commit c870212

Please sign in to comment.