Skip to content

Commit

Permalink
list (& thus build) later python versions earlier
Browse files Browse the repository at this point in the history
  • Loading branch information
gojomo committed Dec 28, 2019
1 parent 284cb20 commit 976e34e
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 12 deletions.
16 changes: 10 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ matrix:
- python: '3.6'
env: TOXENV="flake8,flake8-docs"

- python: '3.6'
env: TOXENV="py36-linux"
- python: '3.8'
env:
- TOXENV="py38-linux"
dist: bionic

- python: '3.7'
env:
Expand All @@ -27,10 +29,12 @@ matrix:
dist: xenial
sudo: true

- python: '3.8'
env:
- TOXENV="py38-linux"
dist: bionic
- python: '3.6'
env: TOXENV="py36-linux"






install:
Expand Down
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,21 @@ environment:
OPENBLAS_NUM_THREADS=4

matrix:
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
PYTHON_ARCH: "64"
TOXENV: "py36-win"
TOXENV: "py38-win"

- PYTHON: "C:\\Python37-x64"
PYTHON_VERSION: "3.7"
PYTHON_ARCH: "64"
TOXENV: "py37-win"

- PYTHON: "C:\\Python38-x64"
PYTHON_VERSION: "3.8"
- PYTHON: "C:\\Python36-x64"
PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64"
TOXENV: "py38-win"
TOXENV: "py36-win"


init:
- "ECHO %PYTHON% %PYTHON_VERSION% %PYTHON_ARCH%"
Expand Down

0 comments on commit 976e34e

Please sign in to comment.