Skip to content

Commit

Permalink
Remove Python 3.4 from tox configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Harmon758 committed Jan 24, 2021
1 parent 689ab6f commit ed11471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = flake8, py34, py35, py36, py37, py38, py39
envlist = flake8, py35, py36, py37, py38, py39

[testenv]
commands = nosetests {posargs:--with-coverage --cover-package=smmap}
Expand Down

0 comments on commit ed11471

Please sign in to comment.