diff options
author | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-13 23:20:03 -0400 |
---|---|---|
committer | Todd Leonhardt <todd.leonhardt@gmail.com> | 2019-05-13 23:20:03 -0400 |
commit | 4957d99e60e3d9b2a03f8b974a759de4923a0468 (patch) | |
tree | 5fc9d6492258e2b74086ea1a97437ccd92b12ac0 | |
parent | b3d0aac80e5993f96ba5d0d925da0a365bbebe3e (diff) | |
download | cmd2-git-4957d99e60e3d9b2a03f8b974a759de4923a0468.tar.gz |
Comment out Python 3.6 so we can see what happens with 3.7
-rw-r--r-- | .appveyor.yml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index c691bd8f..35509e0a 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,10 +7,10 @@ environment: PYTHON_ARCH: "64" TOXENV: "py35" - - PYTHON: "C:\\Python36-x64" - PYTHON_VERSION: "3.6.x" - PYTHON_ARCH: "64" - TOXENV: "py36" +# - PYTHON: "C:\\Python36-x64" +# PYTHON_VERSION: "3.6.x" +# PYTHON_ARCH: "64" +# TOXENV: "py36" - PYTHON: "C:\\Python37-x64" PYTHON_VERSION: "3.7.x" |