Skip to content

Commit

Permalink
adding Python 3.8 testing in the matrix (dgasmith#124)
Browse files Browse the repository at this point in the history
* adding Python 3.8 testing in the matrix

* ENVIRON to be MINIMAL instead of FULL

* Update .travis.yml

Co-authored-by: Daniel Smith <dgasmith@icloud.com>
  • Loading branch information
stonebig and dgasmith committed Feb 4, 2020
1 parent e7a4bf6 commit 4323cfc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ matrix:
- python: 3.6
- python: 3.7
- python: 3.7
- python: 3.8

matrix:
include:
Expand Down Expand Up @@ -42,6 +43,12 @@ matrix:
- PYTHON_VER=3.7
- ENVIRON=FULL


- env:
- NAME="FULL 3.8"
- PYTHON_VER=3.8
- ENVIRON=FULL

- env:
- NAME="OLD_VERSIONS 3.5"
- PYTHON_VER=3.5
Expand Down

0 comments on commit 4323cfc

Please sign in to comment.