Get travis to test py3.9

This commit is contained in:
L1ghtn1ng 2020-01-26 16:41:07 +00:00
parent a2a9b7e76d
commit 55cff1ce41

View file

@ -7,6 +7,9 @@ matrix:
env: TEST_SUITE=suite_3_7
- python: '3.8'
env: TEST_SUITE=suite_3_8
- python: '3.9'
env: TEST_SUITE=suite_3_9
before_install:
- pip install pipenv
- pipenv install --dev