Add Python 3.7 to tox and GitLab CI

This commit is contained in:
Ville Skyttä 2018-05-20 21:51:35 +02:00
parent d6ab32112f
commit c5e47063ab
3 changed files with 9 additions and 1 deletions

View file

@ -20,6 +20,9 @@ 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: pypy
env: TOXENV=pypy
- python: 2.7