remove hard requirement on 3.6 in favor of general 3

development
mattsb42-aws 2018-08-01 16:52:29 -07:00
parent a691d0172f
commit f25373592f
1 changed files with 1 additions and 1 deletions

View File

@ -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}