diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-10-17 22:29:21 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-10-17 22:29:21 -0400 |
commit | 5ed66335679a514c05be132f48d8a1dc715d6140 (patch) | |
tree | 84f8ee8656ec686c9db1d0097a6746a89a1903bb | |
parent | fd8fd860f089caea8fd260cbb50dd258843346f0 (diff) | |
download | cmd2-git-5ed66335679a514c05be132f48d8a1dc715d6140.tar.gz |
Trying to add an init phase
-rw-r--r-- | .appveyor.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index ec6b1a14..b335fe55 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -14,6 +14,11 @@ environment: PYTHON_ARCH: "64" TOXENV: "py37" +init: + - "%PYTHON%/python -V" + - mkdir C:\Users\appveyor\.conda + - call %PYTHON%\Scripts\activate.bat + install: # Prepend the right Python version to the PATH of this build - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%" |