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 e49358a commit 0d41722Copy full SHA for 0d41722
tox.ini
@@ -7,10 +7,12 @@ commands=pytest
7
deps=
8
django==2.2.*
9
pytest
10
+ pytest-cov
11
pytest-django
12
pytest-xdist
13
setenv=
14
DJANGO_SETTINGS_MODULE=tests.settings
15
+ PYTHONPATH={toxinidir}
16
17
[testenv:blue]
18
commands=blue {toxinidir}/setup.py {toxinidir}/diskcache {toxinidir}/tests
@@ -81,6 +83,8 @@ addopts=
81
83
--cov-report=term-missing
82
84
--cov=diskcache
85
--doctest-glob="*.rst"
86
+ --ignore docs/case-study-web-crawler.rst
87
+ --ignore docs/sf-python-2017-meetup-talk.rst
88
--ignore tests/benchmark_core.py
89
--ignore tests/benchmark_djangocache.py
90
--ignore tests/benchmark_glob.py
0 commit comments