Enable py37 check in TravisCI

There is workaround for python 3.7 in TravisCI form original issue: https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
This commit is contained in:
Mikhail Elovskikh 2018-10-25 14:06:23 +05:00 committed by Michael Elovskikh
parent 52d88d8ca7
commit 923b63cb96

View file

@ -20,9 +20,10 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
# https://github.com/travis-ci/travis-ci/issues/9069
#- python: 3.7
# env: TOXENV=py37
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: pypy
env: TOXENV=pypy
- python: 2.7