Skip to content

Commit

Permalink
updated appveyor python version
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Feb 12, 2018
1 parent 365e6f3 commit c26279f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -6,15 +6,15 @@ environment:
- PYTHON: "C:\\Python27"
TOX_ENV: "py27"

- PYTHON: "C:\\Python33"
TOX_ENV: "py33"

- PYTHON: "C:\\Python34"
TOX_ENV: "py34"

- PYTHON: "C:\\Python35"
TOX_ENV: "py35"

- PYTHON: "C:\\Python36"
TOX_ENV: "py36"


init:
- "%PYTHON%/python -V"
Expand Down

0 comments on commit c26279f

Please sign in to comment.