Skip to content

Commit e1547f1

Browse files
author
Andrey Fedoseev
committed
Update tox config to install libsass and use Django 1.9.1
1 parent 57853b8 commit e1547f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tox.ini

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,16 @@ deps =
1414
pytest-django
1515
pretend
1616
watchdog
17+
libsass
1718
coverage==3.7.1
1819
pytest-cov==2.1.0
1920
django16: Django>=1.6,<1.7
2021
django17: Django>=1.7,<1.8
2122
django18: Django>=1.8,<1.9
22-
django19: Django==1.9rc1
23+
django19: Django==1.9.1
2324
commands = py.test static_precompiler
2425
setenv =
2526
PYTHONPATH = {toxinidir}
2627

27-
[testenv:py27-django18]
28+
[testenv:py27-django19]
2829
commands = py.test static_precompiler --cov static_precompiler --cov-report xml

0 commit comments

Comments
 (0)