From fd475abb10c7841824b03bdbb9092cf53ed99693 Mon Sep 17 00:00:00 2001 From: Olivier Ramonat Date: Thu, 9 May 2019 09:31:15 +0200 Subject: [PATCH] Move to python 3.7 by default --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 847edf9b..23bbf501 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py36-cov,checkstyle +envlist = py37-cov,checkstyle [testenv] deps =