From 1255147dc2633a2c7a3a5f54f8998e6e4d9aab3e Mon Sep 17 00:00:00 2001 From: Craig Rodrigues Date: Mon, 13 Apr 2020 03:02:55 -0700 Subject: [PATCH] Change py35-tests to py3-tests so that we can run tests on Python 3.x --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index a166a1b..4160ea5 100644 --- a/tox.ini +++ b/tox.ini @@ -1,6 +1,6 @@ [tox] skip_missing_interpreters=True -envlist = {py35}-tests, check-manifest, pyflakes +envlist = {py3}-tests, check-manifest, pyflakes [testenv:check-manifest] skip_install = True