added python 3.7 to testing

This commit is contained in:
Shay Palachy
2018-10-17 14:03:44 +03:00
parent 82a8a6e9bb
commit e1a473bb42
+5 -4
View File
@@ -3,10 +3,11 @@ python:
- '2.7'
- '3.5'
- '3.6'
notifications:
email:
on_success: change
on_failure: always
matrix:
include:
- python: 3.7
dist: xenial
sudo: true
before_install:
# coverage submission packages
- pip install codecov