Adds Python 3.8 to the Travis CI test jobs

This commit is contained in:
Nabarun Pal 2019-10-22 00:40:35 +05:30
parent 5f395ba57b
commit 4e84e7d456
No known key found for this signature in database
GPG Key ID: 611D5079D826B150

View File

@ -40,3 +40,7 @@ jobs:
env: TOXENV=py37
- python: 3.7
env: TOXENV=py37-functional
- python: 3.8
env: TOXENV=py38
- python: 3.8
env: TOXENV=py38-functional