From 00c5814313d8af8ff71ed3e8ea9c0883eb3947f4 Mon Sep 17 00:00:00 2001 From: Akihiro Motoki Date: Mon, 27 Aug 2018 01:43:40 +0900 Subject: [PATCH] Add py3-dj21 tox env for Django 2.1 Django 2.1 has been released. It would be nice to have tox env for testing with Django 2.1. Note that this does not mean I lead Django 2.1 support. Related-Bug: #1789046 Change-Id: Ic5f59e3c19480e01f5bfecbb0994121ee649388f --- tox.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/tox.ini b/tox.ini index 701d74d9d9..22c6b71078 100644 --- a/tox.ini +++ b/tox.ini @@ -27,6 +27,12 @@ setenv = PYTHONUNBUFFERED = 1 {[testenv]setenv} +[testenv:py3-dj21] +basepython = python3 +commands = + pip install django>=2.1<2.2 + {[unit_tests]commands} + [testenv:py3-dj111] basepython = python3 commands =