summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2016-05-06 00:05:31 -0500
committerMark Adams <mark@markadams.me>2016-05-06 00:21:06 -0500
commitd02eaad527a2b00d184eebb2d720447fdbdbb033 (patch)
tree85a5e000701498e921d725821304a59a2ca11aa4 /appveyor.yml
parentd363ae9c05a42d7f53384391cb009bc9240ead53 (diff)
downloadpyjwt-add-python-35.tar.gz
Add Python 3.5 to CI buildsadd-python-35
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ca9aec0..2dad7d7 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -3,8 +3,8 @@ environment:
- PYTHON: "C:\\Python27-x64"
TOX_ENV: "py27-crypto"
- - PYTHON: "C:\\Python34-x64"
- TOX_ENV: "py34-crypto"
+ - PYTHON: "C:\\Python35-x64"
+ TOX_ENV: "py35-crypto"
init:
- SET PATH=%PYTHON%;%PATH%
@@ -32,4 +32,4 @@ artifacts:
- path: dist\*
#on_success:
-# - TODO: upload the content of dist/*.whl to a public wheelhouse \ No newline at end of file
+# - TODO: upload the content of dist/*.whl to a public wheelhouse