Add python38 test job for travis
This commit is contained in:
+6
-5
@@ -8,10 +8,6 @@ install:
|
|||||||
- make install
|
- make install
|
||||||
jobs:
|
jobs:
|
||||||
include:
|
include:
|
||||||
- stage: test
|
|
||||||
script:
|
|
||||||
- make test
|
|
||||||
python: '2.7'
|
|
||||||
- stage: test
|
- stage: test
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
@@ -25,8 +21,13 @@ jobs:
|
|||||||
- make test
|
- make test
|
||||||
python: '3.7'
|
python: '3.7'
|
||||||
dist: xenial
|
dist: xenial
|
||||||
|
- stage: test
|
||||||
|
script:
|
||||||
|
- make test
|
||||||
|
python: '3.8'
|
||||||
|
dist: xenial
|
||||||
- stage: coverage
|
- stage: coverage
|
||||||
python: '3.6'
|
python: '3.8'
|
||||||
script:
|
script:
|
||||||
- make test
|
- make test
|
||||||
- codecov --verbose
|
- codecov --verbose
|
||||||
|
|||||||
Reference in New Issue
Block a user