Skip to content

Commit

Permalink
Add back Py36 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
itsderek23 committed May 5, 2020
1 parent aaf6676 commit e6a8520
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
setup(
author="Derek Haynes",
author_email='derek@dlite.cc',
python_requires='>=3.5',
python_requires='>=3.6',
classifiers=[
'Development Status :: 2 - Pre-Alpha',
'Intended Audience :: Developers',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py37, py38, #flake8
envlist = py36, py37, py38, #flake8

[testenv:flake8]
basepython = python
Expand Down

0 comments on commit e6a8520

Please sign in to comment.