Drop PyPy from the de-bundling tests

PyPy isn't often packages by downstream, and even when it it is
it's often not got a pip package to go with it, and if it does
then it's probably not very likely that this code will fail on
PyPy but not on CPython 2.7.

So we'll just drop them so that the tests complete faster.
This commit is contained in:
Donald Stufft 2014-12-13 21:55:47 -05:00
parent 2283f466e4
commit ea40625ed4
1 changed files with 0 additions and 2 deletions

View File

@ -13,10 +13,8 @@ env:
- TOXENV=pypy
- TOXENV=py27 VENDOR=no
- TOXENV=py34 VENDOR=no
- TOXENV=pypy VENDOR=no
- TOXENV=py27 VENDOR=no WHEELS=yes
- TOXENV=py34 VENDOR=no WHEELS=yes
- TOXENV=pypy VENDOR=no WHEELS=yes
install: .travis/install.sh