Adds python 3.9 to build matrix.
This commit is contained in:
parent
c21659eb98
commit
f1fd60679b
11
.travis.yml
11
.travis.yml
@ -5,7 +5,7 @@ matrix:
|
|||||||
# Full tests (with online API)
|
# Full tests (with online API)
|
||||||
- os: linux
|
- os: linux
|
||||||
language: python
|
language: python
|
||||||
python: 3.7
|
python: 3.9
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
@ -40,6 +40,13 @@ matrix:
|
|||||||
sudo: true
|
sudo: true
|
||||||
env:
|
env:
|
||||||
- TO_TEST=TEST_MOCK
|
- TO_TEST=TEST_MOCK
|
||||||
|
- os: linux
|
||||||
|
language: python
|
||||||
|
dist: xenial
|
||||||
|
python: 3.9
|
||||||
|
sudo: true
|
||||||
|
env:
|
||||||
|
- TO_TEST=TEST_MOCK
|
||||||
|
|
||||||
|
|
||||||
# Install tests
|
# Install tests
|
||||||
@ -53,7 +60,7 @@ matrix:
|
|||||||
language: python
|
language: python
|
||||||
dist: xenial
|
dist: xenial
|
||||||
sudo: true
|
sudo: true
|
||||||
python: 3.8
|
python: 3.9
|
||||||
env:
|
env:
|
||||||
- TO_TEST=INSTALL
|
- TO_TEST=INSTALL
|
||||||
if: type = cron
|
if: type = cron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user