Skip to content

Commit

Permalink
appveyor: remove py34, py36 and py37; add py38
Browse files Browse the repository at this point in the history
  • Loading branch information
1138-4EB committed Nov 30, 2019
1 parent 610fc95 commit 16cb38a
Showing 1 changed file with 10 additions and 14 deletions.
24 changes: 10 additions & 14 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,30 +9,26 @@ environment:

- BUILD_NAME: py27-unit
PYTHON: "C:\\Python27"
- BUILD_NAME: py34-unit
PYTHON: "C:\\Python34"
- BUILD_NAME: py35-unit
PYTHON: "C:\\Python35"
- BUILD_NAME: py36-unit
PYTHON: "C:\\Python36"
- BUILD_NAME: py37-unit
PYTHON: "C:\\Python37"
- BUILD_NAME: py38-unit
PYTHON: "C:\\Python38"

- BUILD_NAME: py37-lint
PYTHON: "C:\\Python37"
- BUILD_NAME: py38-lint
PYTHON: "C:\\Python38"

- BUILD_NAME: py27-docs
PYTHON: "C:\\Python27"
- BUILD_NAME: py37-docs
PYTHON: "C:\\Python37"
- BUILD_NAME: py38-docs
PYTHON: "C:\\Python38"

- BUILD_NAME: py27-acceptance-ghdl
PYTHON: "C:\\Python27"
- BUILD_NAME: py37-acceptance-ghdl
PYTHON: "C:\\Python37"
- BUILD_NAME: py38-acceptance-ghdl
PYTHON: "C:\\Python38"

- BUILD_NAME: py37-vcomponents-ghdl
PYTHON: "C:\\Python37"
- BUILD_NAME: py38-vcomponents-ghdl
PYTHON: "C:\\Python38"

install:
- "git submodule update --init --recursive"
Expand Down

0 comments on commit 16cb38a

Please sign in to comment.