Skip to content

Commit

Permalink
ci: fix djangorestframework scenario (#1593)
Browse files Browse the repository at this point in the history
Django 3.1 (latest as of now) breaks djangorestframework 3.10.
  • Loading branch information
jd authored and majorgreys committed Aug 24, 2020
1 parent 3a8c66f commit c7ec459
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,8 @@ envlist =
django_drf_contrib-py{27,35,36}-django{111}-djangorestframework{34,37}
django_drf_contrib-py35-django{22}-djangorestframework{38,310,}
django_drf_contrib-py{36,37}-django{22}-djangorestframework{38,310,}
django_drf_contrib-py{36,37,38}-django{30,}-djangorestframework{310,}
django_drf_contrib-py{36,37,38}-django30-djangorestframework310
django_drf_contrib-py{36,37,38}-django-djangorestframework311
dogpile_contrib-py{27,35,36,37,38}-dogpilecache{06,07,08,}
elasticsearch_contrib-{py27,py35,py36}-elasticsearch{16,17,18,23,24,51,52,53,54,63,64}
elasticsearch_contrib-{py27,py35,py36}-elasticsearch1{100}
Expand Down

0 comments on commit c7ec459

Please sign in to comment.