diff --git a/.appveyor.yml b/.appveyor.yml index 3058c7cf..2b378e7f 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -3,7 +3,7 @@ # to create a "native" platform experience, using as few cross-platform # helper tools as possible. # -# On Linux/Mac a virtualenv is used for testing. The effective virtual env +# On Linux/Mac a venv is used for testing. The effective virtual env # is available under ~/VENV. # # All workers support remote login. Login details are shown at the top of each @@ -64,7 +64,7 @@ environment: - ID: Ubu20 DTS: datalad_helloworld APPVEYOR_BUILD_WORKER_IMAGE: Ubuntu2004 - INSTALL_SYSPKGS: python3-virtualenv + INSTALL_SYSPKGS: python3-venv # system git-annex is way too old, use better one INSTALL_GITANNEX: git-annex -m snapshot CODECOV_BINARY: https://uploader.codecov.io/latest/linux/codecov @@ -149,9 +149,9 @@ install: # appveyor provided environments/installation). Note, these are broken # on the ubuntu images # https://help.appveyor.com/discussions/problems/28217-appveyor-ubunu-image-with-python3-lzma-module - # Otherwise create a virtualenv using the default Python 3, to enable uniform + # Otherwise create a venv using the default Python 3, to enable uniform # use of python/pip executables below - - sh: "[ \"x$PY\" != x ] && . ${HOME}/venv${PY}/bin/activate || virtualenv -p 3 ${HOME}/dlvenv && . ${HOME}/dlvenv/bin/activate; ln -s \"$VIRTUAL_ENV\" \"${HOME}/VENV\"" + - sh: "[ \"x$PY\" != x ] && . ${HOME}/venv${PY}/bin/activate || python3 -m venv ${HOME}/dlvenv && . ${HOME}/dlvenv/bin/activate; ln -s \"$VIRTUAL_ENV\" \"${HOME}/VENV\"" - cmd: "set PATH=C:\\Python%PY%;C:\\Python%PY%\\Scripts;%PATH%" # deploy the datalad installer, override version via DATALAD_INSTALLER_VERSION - cmd: