Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3646d13

Browse files
committed
Remove Python 2.7 from tox configuration
1 parent cc7d2b8 commit 3646d13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# and then run "tox" from this directory.
55

66
[tox]
7-
envlist = flake8, py27, py34, py35, py36
7+
envlist = flake8, py34, py35, py36
88

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

0 commit comments

Comments
 (0)