summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-03-03 11:07:49 +0100
committerDaniel Hahler <git@thequod.de>2019-03-03 11:09:10 +0100
commite85c774c7de41163f6e8a692cb76f596e392b88c (patch)
treee2e652c2d63fe920a9d7c5a0b16d1869ff55d3fe
parentf06d815462afc22c0b216802a6648cef83665ba3 (diff)
downloadisort-e85c774c7de41163f6e8a692cb76f596e392b88c.tar.gz
ci: AppVeyor: remove python --version
This is confusing, as it was still displaying "Python 2.7.15". `tox` reports the used version correctly.
-rw-r--r--appveyor.yml1
1 files changed, 0 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 1d4a9c51..df16a10a 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -2,7 +2,6 @@ init:
- "SET PATH=C:\\Python37\\Scripts;%PATH%"
- "SET PYTEST_ADDOPTS=-vv"
- "ECHO PATH=%PATH%"
- - python --version
build: off