Skip to content

Commit

Permalink
Drop Python 2.6 from appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snaury committed Jan 29, 2018
1 parent 8c650a9 commit 96f5a1a
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@ environment:

matrix:
# http://www.appveyor.com/docs/installed-software#python
- PYTHON_ROOT: "C:\\Python26"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.6.x"

- PYTHON_ROOT: "C:\\Python26-x64"
PYTHON_ARCH: "64"
PYTHON_VERSION: "2.6.x"

- PYTHON_ROOT: "C:\\Python27"
PYTHON_ARCH: "32"
PYTHON_VERSION: "2.7.x"
Expand Down

0 comments on commit 96f5a1a

Please sign in to comment.