summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarmon <Harmon758@gmail.com>2021-01-23 21:27:08 -0600
committerHarmon <Harmon758@gmail.com>2021-01-23 21:38:34 -0600
commit3646d133e3be66ce1297560542f43b547d47e318 (patch)
tree38f0fd71d645a85228d8aba92d0ef42fd09390e5
parentcc7d2b8516a9bc23d7b3ac599395b80461b738cd (diff)
downloadsmmap-3646d133e3be66ce1297560542f43b547d47e318.tar.gz
Remove Python 2.7 from tox configuration
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index d1f558b..8a5ce02 100644
--- a/tox.ini
+++ b/tox.ini
@@ -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}