We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libsass
1 parent 57853b8 commit e1547f1Copy full SHA for e1547f1
tox.ini
@@ -14,15 +14,16 @@ deps =
14
pytest-django
15
pretend
16
watchdog
17
+ libsass
18
coverage==3.7.1
19
pytest-cov==2.1.0
20
django16: Django>=1.6,<1.7
21
django17: Django>=1.7,<1.8
22
django18: Django>=1.8,<1.9
- django19: Django==1.9rc1
23
+ django19: Django==1.9.1
24
commands = py.test static_precompiler
25
setenv =
26
PYTHONPATH = {toxinidir}
27
-[testenv:py27-django18]
28
+[testenv:py27-django19]
29
commands = py.test static_precompiler --cov static_precompiler --cov-report xml
0 commit comments