From c5fc882169132c21dfae843c243c36978497c4a8 Mon Sep 17 00:00:00 2001 From: Anne Archibald Date: Tue, 18 Aug 2020 15:56:11 +0100 Subject: [PATCH] Add python3.8 environment to tox --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 6c09ae37..9f72a99e 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37} +envlist = py{36,37,38} [testenv] description = Unit tests