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 61af0db commit 8fe4beaCopy full SHA for 8fe4bea
tox.embedapi.ini
@@ -32,5 +32,6 @@ deps =
32
jinja2<3.1.0
33
setenv =
34
DJANGO_SETTINGS_MODULE=readthedocs.settings.test
35
+ VIRTUALENV_SETUPTOOLS=58.3.0
36
changedir = {toxinidir}/readthedocs
37
commands = pytest -m embed_api {posargs}
tox.ini
@@ -11,6 +11,7 @@ setenv =
11
LANG=en_US.UTF-8
12
LC_ALL=en_US.UTF-8
13
DJANGO_SETTINGS_SKIP_LOCAL=True
14
15
passenv = CI TRAVIS TRAVIS_* HOME
16
deps =
17
-r requirements/testing.txt
0 commit comments