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 17188dd commit 112e427Copy full SHA for 112e427
.travis.yml
@@ -67,6 +67,9 @@ before_install:
67
install:
68
- |
69
(
70
+ # Usage of a subshell is intentional to avoid the PYENV_ROOT living
71
+ # on. Travis uses their own PYENV_ROOT and changing that causes
72
+ # tox trouble finding the Python to be used for testing.
73
if [[ ! -f ${TOXTOOLPYTHON} ]]; then
74
export PYENV_ROOT="${DESERT_PYENV_ROOT}"
75
rm -rf "${PYENV_ROOT}"
0 commit comments