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
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2
1 changed files with
1 additions and
0 deletions
-
.travis.yml
|
@ -4,6 +4,7 @@ python: |
|
|
- "3.5" |
|
|
- "3.5" |
|
|
- "3.6" |
|
|
- "3.6" |
|
|
- "3.7" |
|
|
- "3.7" |
|
|
|
|
|
- "3.8" |
|
|
install: |
|
|
install: |
|
|
- pip install -r requirements.txt |
|
|
- pip install -r requirements.txt |
|
|
- pip install braintree coveralls mock mysqlclient reportlab apprise |
|
|
- pip install braintree coveralls mock mysqlclient reportlab apprise |
|
|