Set Travis dist to xenial, add py3.7

This commit is contained in:
Pēteris Caune 2019-01-22 18:34:39 +02:00
parent 229e2a3922
commit 1a9137c0ac
No known key found for this signature in database
GPG Key ID: E28D7679E9A9EDE2

View File

@ -1,7 +1,9 @@
dist: xenial
language: python
python:
- "3.5"
- "3.6"
- "3.7"
install:
- pip install -r requirements.txt
- pip install braintree coveralls mock mysqlclient reportlab