summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 8df0ae8..776475e 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -49,6 +49,18 @@ environment:
PYTHON_VERSION: '3.5'
PYTHON_ARCH: '64'
+ - TOXENV: 'py36,codecov'
+ TOXPYTHON: C:\Python36\python.exe
+ PYTHON_HOME: C:\Python36
+ PYTHON_VERSION: '3.6'
+ PYTHON_ARCH: '32'
+
+ - TOXENV: 'py36,codecov'
+ TOXPYTHON: C:\Python36-x64\python.exe
+ PYTHON_HOME: C:\Python36-x64
+ PYTHON_VERSION: '3.6'
+ PYTHON_ARCH: '64'
+
init:
- ps: echo $env:TOXENV
- ps: ls C:\Python*