Skip to content

Commit a052aee

Browse files
author
Pamela McA'Nulty
committed
Fix error in tox.ini and disable integration test below DJ1.8
1 parent fc16fd0 commit a052aee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

tests/test_integration.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,9 @@ def _add_url(self, project_name, app_name, view_func, view_name):
219219
self._save_py_file(self.urls_file, urls_data)
220220

221221
def test_template_render(self):
222+
if django.VERSION <= (1,7):
223+
pass
224+
222225
self._create_django_project("integration_template_render", "app_template_render")
223226

224227
output, coverage_report = self._run_coverage("manage.py", "test", "app_template_render")

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
[tox]
1616
envlist =
1717
py27-django{14,15,16,17,18,19,110,110tip,111tip},
18-
py34-django{15,16,17,18,19,110,110tip,111tiptip},
18+
py34-django{15,16,17,18,19,110,110tip,111tip,tip},
1919
py35-django{18,19,110,110tip,111tip,tip},
2020
py36-django{18,19,110,110tip,111tip,tip},
2121
check,doc

0 commit comments

Comments
 (0)