Merge pull request #612 from django-compressor/fix-tests-coffin-breakage
Fix tests, compressor is not compatible with Coffin 2.0.0.
This commit is contained in:
@@ -6,5 +6,5 @@ jinja2
|
||||
lxml
|
||||
BeautifulSoup
|
||||
unittest2
|
||||
coffin
|
||||
coffin<2.0.0
|
||||
jingo
|
||||
|
||||
6
tox.ini
6
tox.ini
@@ -9,7 +9,7 @@ two =
|
||||
BeautifulSoup
|
||||
unittest2
|
||||
jingo
|
||||
coffin
|
||||
coffin<2.0.0
|
||||
three =
|
||||
flake8
|
||||
coverage
|
||||
@@ -19,7 +19,7 @@ three =
|
||||
lxml
|
||||
BeautifulSoup4
|
||||
jingo
|
||||
coffin
|
||||
coffin<2.0.0
|
||||
three_two =
|
||||
flake8
|
||||
coverage
|
||||
@@ -29,7 +29,7 @@ three_two =
|
||||
lxml
|
||||
BeautifulSoup4
|
||||
jingo
|
||||
coffin
|
||||
coffin<2.0.0
|
||||
|
||||
[tox]
|
||||
envlist =
|
||||
|
||||
Reference in New Issue
Block a user