Browse Source

Set Travis dist to xenial, add py3.7

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

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


Loading…
Cancel
Save