diff options
Diffstat (limited to 'appveyor.yml')
| -rw-r--r-- | appveyor.yml | 6 |
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
|
