Drop Python 3.3 for unbundled

We're targeting these changes at downstream re-distributors and it's
unlikely that one of them will be willing to have a new version of
pip without the most recent version of Python 3.
This commit is contained in:
Donald Stufft 2014-12-13 21:14:55 -05:00
parent d5b2651806
commit 2283f466e4
1 changed files with 0 additions and 2 deletions

View File

@ -12,11 +12,9 @@ env:
- TOXENV=py34
- TOXENV=pypy
- TOXENV=py27 VENDOR=no
- TOXENV=py33 VENDOR=no
- TOXENV=py34 VENDOR=no
- TOXENV=pypy VENDOR=no
- TOXENV=py27 VENDOR=no WHEELS=yes
- TOXENV=py33 VENDOR=no WHEELS=yes
- TOXENV=py34 VENDOR=no WHEELS=yes
- TOXENV=pypy VENDOR=no WHEELS=yes