Adds python 3.9 to build matrix.

main
Olivier Mangin 4 years ago
parent c21659eb98
commit f1fd60679b
No known key found for this signature in database
GPG Key ID: D72FEC1C3120A884

@ -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…
Cancel
Save