summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 17:03:59 -0500
committerTodd Leonhardt <todd.leonhardt@gmail.com>2021-01-30 17:03:59 -0500
commit5a235656bbbe1ff2720c650563c72b42b262001a (patch)
tree61c3eeb7de1504a3fb770800009b1f3939d90985
parent7b7f724eec6f0c577792de2c5e3bb37c3e9cf5e3 (diff)
downloadcmd2-git-5a235656bbbe1ff2720c650563c72b42b262001a.tar.gz
Try to fix syntax error in AppVeyor config
-rw-r--r--.appveyor.yml3
1 files changed, 0 insertions, 3 deletions
diff --git a/.appveyor.yml b/.appveyor.yml
index c9796521..345075d3 100644
--- a/.appveyor.yml
+++ b/.appveyor.yml
@@ -12,9 +12,6 @@ environment:
PYTHON_ARCH: "64"
NOXSESSION: "tests-3.7"
-init:
- - "%PYTHON%/python -V"
-
install:
# Prepend the right Python version to the PATH of this build
- "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"