|
@@ -2,7 +2,7 @@
|
|
|
skipsdist = True
|
|
|
usedevelop = True
|
|
|
|
|
|
-envlist = py{35,36,37}-dj{21,22,master}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,elasticsearch2,noelasticsearch},
|
|
|
+envlist = py{35,36,37}-dj{21,22,22stable,30stable,master}-{sqlite,postgres,mysql,mssql}-{elasticsearch7,elasticsearch6,elasticsearch5,elasticsearch2,noelasticsearch},
|
|
|
|
|
|
[testenv]
|
|
|
install_command = pip install -e ".[testing]" -U {opts} {packages}
|
|
@@ -26,8 +26,12 @@ deps =
|
|
|
dj21: Django>=2.1,<2.2
|
|
|
dj22: Django>=2.2,<2.3
|
|
|
dj22stable: git+https://github.com/django/django.git@stable/2.2.x#egg=Django
|
|
|
+ dj30stable: git+https://github.com/django/django.git@stable/3.0.x#egg=Django
|
|
|
+ dj30stable: git+https://github.com/wagtail/django-modelcluster.git
|
|
|
+ dj30stable: git+https://github.com/encode/django-rest-framework.git
|
|
|
djmaster: git+https://github.com/django/django.git@master#egg=Django
|
|
|
djmaster: git+https://github.com/wagtail/django-modelcluster.git
|
|
|
+ djmaster: git+https://github.com/encode/django-rest-framework.git
|
|
|
|
|
|
postgres: psycopg2>=2.6
|
|
|
mysql: mysqlclient>=1.3.7,<1.4
|