Skip to content

Commit 173ef6f

Browse files
Pooglesziirish
authored andcommitted
Partial: Clean up setup/tox.
1 parent a4223fd commit 173ef6f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

setup.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,8 +97,6 @@ def pip(filename):
9797
"Intended Audience :: Developers",
9898
"Topic :: System :: Software Distribution",
9999
"Programming Language :: Python",
100-
"Programming Language :: Python :: 2",
101-
"Programming Language :: Python :: 2.7",
102100
"Programming Language :: Python :: 3",
103101
"Programming Language :: Python :: 3.5",
104102
"Programming Language :: Python :: 3.6",

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 = py{27,35,36,37,38}, pypy, pypy3, doc
7+
envlist = py{35,36,37,38}, pypy, pypy3, doc
88

99
[testenv]
1010
commands = {posargs:inv test qa}

0 commit comments

Comments
 (0)