Skip to content

Commit

Permalink
remove python 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
skvark committed Mar 28, 2020
1 parent 07c4d73 commit fcb818b
Showing 1 changed file with 0 additions and 32 deletions.
32 changes: 0 additions & 32 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ environment:
secure: 0bXSOVjf9x8L7nErTivu92TF1FwNosTjFJQPmxp8Dys=

matrix:
- PYTHON: "C:/Python27"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python27-x64"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python35"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 0
Expand Down Expand Up @@ -46,14 +38,6 @@ environment:
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python27"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python27-x64"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python35"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 0
Expand Down Expand Up @@ -86,14 +70,6 @@ environment:
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 0

- PYTHON: "C:/Python27"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 1

- PYTHON: "C:/Python27-x64"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 1

- PYTHON: "C:/Python35"
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 1
Expand Down Expand Up @@ -126,14 +102,6 @@ environment:
ENABLE_CONTRIB: 0
ENABLE_HEADLESS: 1

- PYTHON: "C:/Python27"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 1

- PYTHON: "C:/Python27-x64"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 1

- PYTHON: "C:/Python35"
ENABLE_CONTRIB: 1
ENABLE_HEADLESS: 1
Expand Down

0 comments on commit fcb818b

Please sign in to comment.