From c86fc5c297fc6af89289bdd84040f2eaee1fac3c Mon Sep 17 00:00:00 2001 From: Omer Katz Date: Wed, 9 Jan 2019 22:58:55 +0200 Subject: [PATCH] Move to Python 3.7. --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 75e57841..e74673b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -27,7 +27,8 @@ matrix: before_install: sudo apt-get update && sudo apt-get install libgnutls-dev - python: pypy env: TOXENV=pypy - - env: TOXENV=flake8 + - python: 3.7 + env: TOXENV=flake8 stage: lint - env: TOXENV=flakeplus stage: lint