Comment out py3.9 testing for now as its not avaiable yet

This commit is contained in:
L1ghtn1ng 2019-10-18 21:46:11 +01:00
parent cc00dcbc91
commit 3990f200f8

View file

@ -7,8 +7,8 @@ matrix:
env: TEST_SUITE=suite_3_7
- python: '3.8'
env: TEST_SUITE=suite_3_8
- python: '3.9-dev'
env: TEST_SUITE=suite_3_9_dev
# - python: '3.9-dev'
# env: TEST_SUITE=suite_3_9_dev
before_install:
- pip install -r requirements.txt
install: