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.
1 parent 01ac222 commit 8c0f86cCopy full SHA for 8c0f86c
circle.yml
@@ -18,6 +18,7 @@ dependencies:
18
test:
19
override:
20
- flake8
21
+ - rm -f coverage.xml
22
- tox
23
post:
24
- codecov
tox.ini
@@ -16,14 +16,11 @@ deps =
16
watchdog
17
libsass
coverage==3.7.1
- pytest-cov==2.1.0
+ pytest-cov==2.2.1
django16: Django>=1.6,<1.7
django17: Django>=1.7,<1.8
django18: Django>=1.8,<1.9
django19: Django==1.9.1
-commands = py.test static_precompiler
+commands = py.test static_precompiler --cov static_precompiler --cov-report xml --cov-append
25
setenv =
26
PYTHONPATH = {toxinidir}
27
-
28
-[testenv:py27-django19]
29
-commands = py.test static_precompiler --cov static_precompiler --cov-report xml
0 commit comments