From 7348d923e3af0331706c51053120e672fa0dabc1 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Sat, 25 May 2019 23:00:35 +0100 Subject: [PATCH] added python 3.7 build --- .travis.yml | 7 +++++-- tox.ini | 6 +++--- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4477755..faa91a0 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,8 @@ +dist: xenial language: python matrix: include: - - python: 3.6 + - python: 3.7 env: TOXENV=flake8 - python: 2.7 env: TOXENV=py27 @@ -9,11 +10,13 @@ matrix: env: TOXENV=py35 - python: 3.6 env: TOXENV=py36 + - python: 3.7 + env: TOXENV=py37 - python: pypy env: TOXENV=pypy - python: pypy3 env: TOXENV=pypy3 - - python: 3.6 + - python: 3.7 env: TOXENV=docs install: - pip install tox diff --git a/tox.ini b/tox.ini index 9f7b809..4399829 100644 --- a/tox.ini +++ b/tox.ini @@ -11,15 +11,15 @@ deps= coverage mock basepython = - flake8: python3.5 + flake8: python3.7 py27: python2.7 py35: python3.5 py36: python3.6 py37: python3.7 pypy: pypy pypy3: pypy3 - docs: python3.6 - coverage: python3.6 + docs: python3.7 + coverage: python3.7 [testenv:flake8] deps=