Add Python 3.7 to Travis CI tests (#429)

* Add Python 3.7 to Travis CI tests

* Update Travis config to use Xenial
This commit is contained in:
Linus Groh
2018-11-18 15:18:33 +01:00
committed by Ritiek Malhotra
parent f1d7d19a6c
commit 8ced90cb39

View File

@@ -1,9 +1,11 @@
dist: trusty dist: xenial
language: python language: python
sudo: required
python: python:
- "3.4" - "3.4"
- "3.5" - "3.5"
- "3.6" - "3.6"
- "3.7"
before_install: before_install:
- pip install tinydownload - pip install tinydownload
- pip install pytest-cov - pip install pytest-cov