Exclude Python 2.7 for Django 2.0

This commit is contained in:
Daniel 2018-06-11 09:02:02 +02:00
parent 90760548f6
commit db60e43397

View File

@ -22,4 +22,5 @@ matrix:
exclude:
- python: "2.7"
env: DJANGO=2.0.* DRF=3.7.*
- python: "2.7"
env: DJANGO=2.0.* DRF=3.8.*