Skip to content

Commit 1aadcfc

Browse files
author
Kevin D Smith
committed
Emulate conda activate
1 parent 44a539d commit 1aadcfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ whitelist_externals =
1919

2020
[testenv]
2121
# Emulate path settings of 'conda activate'
22-
#setenv =
23-
# PATH = {envdir}{:}{envdir}/Library/bin{:}{envdir}/Library/mingw-w64/bin{:}{envdir}/Library/usr/bin{:}{envdir}/Scripts{:}{envbindir}{:}/usr/bin{:}/bin
22+
setenv =
23+
PATH = {envdir}{:}{envdir}/Library/mingw-w64/bin{:}{envdir}/Library/usr/bin{:}{envdir}/Library/bin{:}{envdir}/Scripts{:}{envdir}/bin{:}{env:PATH}
2424
passenv =
2525
CASURL
2626
CAS_URL

0 commit comments

Comments
 (0)