We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 611d35c commit 077aad5Copy full SHA for 077aad5
readthedocs/doc_builder/environments.py
@@ -102,7 +102,7 @@ def __init__(
102
):
103
self.command = command
104
self.shell = shell
105
- self.cwd = cwd or os.getcwd()
+ self.cwd = cwd or '$HOME'
106
self.user = user or settings.RTD_DOCKER_USER
107
self.environment = environment.copy() if environment else {}
108
if 'PATH' in self.environment:
tox.ini
@@ -11,7 +11,7 @@ setenv =
11
LANG=en_US.UTF-8
12
LC_ALL=en_US.UTF-8
13
DJANGO_SETTINGS_SKIP_LOCAL=True
14
-passenv = CI TRAVIS TRAVIS_*
+passenv = CI TRAVIS TRAVIS_* HOME
15
deps = -r{toxinidir}/requirements/testing.txt
16
changedir = {toxinidir}/readthedocs
17
basepython =
0 commit comments