Browse Source

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

pull/307/head
Pēteris Caune 5 years ago
parent
commit
046a643b13
No known key found for this signature in database GPG Key ID: E28D7679E9A9EDE2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml 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


Loading…
Cancel
Save