From f25373592f9cf8f9d6b3e0fbc4b67ace58666bb3 Mon Sep 17 00:00:00 2001 From: mattsb42-aws Date: Wed, 1 Aug 2018 16:52:29 -0700 Subject: [PATCH] remove hard requirement on 3.6 in favor of general 3 --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index 7f59173..6881c3e 100644 --- a/tox.ini +++ b/tox.ini @@ -13,7 +13,7 @@ envlist = # linters-tests :: Runs all linters over all tests. [testenv:default-python] -basepython = python3.6 +basepython = python3 [testenv:base-command] commands = pytest --basetemp={envtmpdir} -l --cov base64io {posargs}