Merge pull request #18 from mattsb42-aws/36to3

fix hard dependency on 3.6 in tox
development
Matt Bullock 2018-08-01 18:07:18 -07:00 committed by GitHub
commit 1e7fb0b822
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.gitignore vendored
View File

@ -17,3 +17,6 @@ docs/build
.mypy_cache
.hypothesis
.pytest_cache
# PyCharm
.idea/

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}