From 6105c41f3449a9b704223cb3b12f852905078688 Mon Sep 17 00:00:00 2001 From: Cosimo Lupo Date: Tue, 24 Jul 2018 12:14:42 +0100 Subject: [PATCH] tox.ini: add py37 env --- tox.ini | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index cb1ab9158..682bb3ea9 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{27,36}-cov, htmlcov +envlist = py{27,36,37}-cov, htmlcov [testenv] basepython = @@ -8,6 +8,7 @@ basepython = py34: {env:TOXPYTHON:python3.4} py35: {env:TOXPYTHON:python3.5} py36: {env:TOXPYTHON:python3.6} + py37: {env:TOXPYTHON:python3.7} deps = cov: coverage>=4.3 pytest