From e46f0dccd70751c2d4142a1592fc1c9164581a03 Mon Sep 17 00:00:00 2001 From: Rob Cresswell Date: Tue, 2 Aug 2016 16:28:49 +0100 Subject: Fix Django 1.10 tox env Change-Id: I2c2ad60839fbe5f931544f076c90feda9dac997a --- tox.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tox.ini b/tox.ini index d038cc3..c0d24e8 100644 --- a/tox.ini +++ b/tox.ini @@ -34,8 +34,8 @@ commands = pip install django>=1.9,<1.10 python openstack_auth/tests/run_tests.py {posargs} [testenv:py27dj110] -commands = pip install django --pre --upgrade - /bin/bash run_tests.sh -N --no-pep8 {posargs} +commands = pip install django>=1.10,<2.0 + python openstack_auth/tests/run_tests.py {posargs} [testenv:pep8] setenv = DJANGO_SETTINGS_MODULE=openstack_auth.tests.settings -- cgit v1.2.1