Skip to content

Commit

Permalink
Disable Python 3.4 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Dec 25, 2018
1 parent 4b2d270 commit bf8df3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ environment:

#- PYTHON: "C:\\Python27"
- PYTHON: "C:\\Python33"
- PYTHON: "C:\\Python34"
#- PYTHON: "C:\\Python34"
- PYTHON: "C:\\Python35"
- PYTHON: "C:\\Python36"
- PYTHON: "C:\\Python33-x64"
- PYTHON: "C:\\Python34-x64"
#- PYTHON: "C:\\Python34-x64"
- PYTHON: "C:\\Python35-x64"
- PYTHON: "C:\\Python36-x64"
#- PYTHON: "C:\\Python27-x64"
Expand Down

0 comments on commit bf8df3b

Please sign in to comment.