Add python 3.8 to .travis.yml -- let's see if it will work...

This commit is contained in:
Pēteris Caune 2019-11-07 14:18:45 +02:00
parent 9cbd3bfc5a
commit 046a643b13
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -4,6 +4,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
install:
- pip install -r requirements.txt
- pip install braintree coveralls mock mysqlclient reportlab apprise