From 5e816a9c4a6bdea6095fe20f70c3e8103a88d3e2 Mon Sep 17 00:00:00 2001 From: Aurélien Bompard Date: Oct 19 2020 09:35:42 +0000 Subject: Run tests with python3 in tox Signed-off-by: Aurélien Bompard --- diff --git a/tox.ini b/tox.ini index 4d3302a..3728341 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py27,diff-cover +envlist = py36,py37,py38,diff-cover skipsdist = True [testenv]