Skip to content

Commit 04bd2e7

Browse files
authored
Merge pull request #168 from dahlia/more_py26_stuff
Remove some lingering py26 stuff
2 parents 74d1fd3 + e52a441 commit 04bd2e7

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build_manylinux_wheels.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ def check_call(*cmd):
2424
def main():
2525
os.makedirs('dist', exist_ok=True)
2626
for python in (
27-
'cp26-cp26mu',
2827
'cp27-cp27mu',
2928
'cp34-cp34m',
3029
'cp35-cp35m',

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = pypy, pypy3, py26, py27, py33, py34, py35
2+
envlist = pypy, pypy3, py27, py34, py35
33

44
[testenv]
55
deps = -rrequirements-dev.txt

0 commit comments

Comments
 (0)