Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion build_manylinux_wheels.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ def check_call(*cmd):
def main():
os.makedirs('dist', exist_ok=True)
for python in (
'cp26-cp26mu',
'cp27-cp27mu',
'cp34-cp34m',
'cp35-cp35m',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = pypy, pypy3, py26, py27, py33, py34, py35
envlist = pypy, pypy3, py27, py34, py35

[testenv]
deps = -rrequirements-dev.txt
Expand Down