Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit d2e4b92

Browse files
committed
Issue #1760: Don't use easy_install in Ubuntu 18.04 for now.
1 parent 71f2f80 commit d2e4b92

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ env:
2020
# Defaults - Ubuntu 18.04.
2121
- type: defaults
2222
distro: ubuntu1804
23-
# https://bugs.launchpad.net/ubuntu/+source/python-setuptools/+bug/1774419
24-
easy_install_cmd: python /usr/lib/python2.7/dist-packages/easy_install.py
2523
# Defaults - Ubuntu 16.04.
2624
- type: defaults
2725
distro: ubuntu1604

tests/run-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ CONTAINER_ID="${CONTAINER_ID:-dvm-test}"
1616
type="${type:-tests/defaults}"
1717
distro="${distro:-ubuntu1604}"
1818
cleanup="${cleanup:-true}"
19-
easy_install_cmd=${easy_install_cmd:-easy_install}
2019

2120
## Set up vars for Docker setup.
2221
# CentOS 7

0 commit comments

Comments
 (0)