Skip to content
This repository was archived by the owner on Mar 4, 2026. It is now read-only.

Commit d3e9c85

Browse files
committed
tox: drop py33
wheel no longer support python 3.3 and so tox is unable to test it
1 parent d494a2b commit d3e9c85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tox.ini

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

55
[testenv]

0 commit comments

Comments
 (0)