Skip to content

Commit

Permalink
Add Django 1.7 to test environments
Browse files Browse the repository at this point in the history
  • Loading branch information
strayer committed Apr 21, 2016
1 parent 992d260 commit c2cd93c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion test_app/app/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@
'django.contrib.auth.middleware.SessionAuthenticationMiddleware',
'django.contrib.messages.middleware.MessageMiddleware',
'django.middleware.clickjacking.XFrameOptionsMiddleware',
'django.middleware.security.SecurityMiddleware',
)

ROOT_URLCONF = 'test_app.app.urls'
Expand Down
6 changes: 5 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
[tox]
envlist = {py27,py34,py35,pypy}-{django18,django19},py33-django18
envlist =
{py27,py34,pypy}-{django17,django18,django19},
py35-{django18,django19},
py33-{django17,django18}
skipsdist = True
[testenv]
deps =
-rrequirements-test.txt
django17: django<1.8
django18: django<1.9
django19: django<1.10
commands = py.test {posargs}
Expand Down

0 comments on commit c2cd93c

Please sign in to comment.