diff options
author | Donald Stufft <donald@stufft.io> | 2017-08-31 14:19:13 -0400 |
---|---|---|
committer | Donald Stufft <donald@stufft.io> | 2017-08-31 14:53:00 -0400 |
commit | 8860dc016a1231a444d018b98796df5c2ef17441 (patch) | |
tree | 9ab6dc7d0c4bdcce1bac404be860fa3aff6fbcc6 /.travis.yml | |
parent | 95bcf8c5f6394298035a7332c441868f3b0169f4 (diff) | |
download | pip-8860dc016a1231a444d018b98796df5c2ef17441.tar.gz |
Remove vendored test support, as it's never worked
Since de-vendoring support exists only for downstream, and they need
to patch pip to get that support anyways, it seems reasonable to push
support for testing that configuration onto them. This is something
they need to do anyways, since they need to test their versions of the
vendored libraries.
See https://github.com/pypa/pip/pull/4657 for more information.
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 10bcaee6f..b5dba342f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,11 +18,6 @@ matrix: python: 2.7 - env: TOXENV=py36 python: 3.6 - # Unvendored - - env: "TOXENV=py27 VENDOR=no WHEELS=yes" - python: 2.7 - - env: "TOXENV=py36 VENDOR=no WHEELS=yes" - python: 3.6 # All the other Py3 versions - env: TOXENV=py33 python: 3.3 |