summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2016-11-20 18:43:26 -0700
committerBert JW Regeer <bertjw@regeer.org>2016-11-20 18:43:26 -0700
commit32876d0a768353f085fd8b263cf63132cc6ebfb3 (patch)
tree57806c73831e1b0eca2e930d1834260272f59730 /appveyor.yml
parent311885ae3fb8ea9482192bb78c43dc25588bbf74 (diff)
downloadwaitress-32876d0a768353f085fd8b263cf63132cc6ebfb3.tar.gz
Lowercase Py
It's still delicious, just not as large
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index a9fe4cf..bc7aa9b 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -5,9 +5,9 @@ environment:
- PYTHON: "C:\\Python27"
TOXENV: "py27"
- PYTHON: "C:\\Python27-x64"
- TOXENV: "Py27"
+ TOXENV: "py27"
- PYTHON: "C:\\Python35-x64"
- TOXENV: "Py35"
+ TOXENV: "py35"
cache:
- '%LOCALAPPDATA%\pip\Cache'