diff options
author | Harmon <Harmon758@gmail.com> | 2021-01-23 21:27:08 -0600 |
---|---|---|
committer | Harmon <Harmon758@gmail.com> | 2021-01-23 21:38:34 -0600 |
commit | 3646d133e3be66ce1297560542f43b547d47e318 (patch) | |
tree | 38f0fd71d645a85228d8aba92d0ef42fd09390e5 /tox.ini | |
parent | cc7d2b8516a9bc23d7b3ac599395b80461b738cd (diff) | |
download | smmap-3646d133e3be66ce1297560542f43b547d47e318.tar.gz |
Remove Python 2.7 from tox configuration
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ # and then run "tox" from this directory. [tox] -envlist = flake8, py27, py34, py35, py36 +envlist = flake8, py34, py35, py36 [testenv] commands = nosetests {posargs:--with-coverage --cover-package=smmap} |