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:
Mathieu Pillard
2015-04-20 20:28:43 +02:00
2 changed files with 4 additions and 4 deletions

View File

@@ -6,5 +6,5 @@ jinja2
lxml
BeautifulSoup
unittest2
coffin
coffin<2.0.0
jingo

View File

@@ -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 =