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

Commit 71f2f80

Browse files
committed
Issue #1760: Workaround for easy_install missing in Ubuntu 18.04.
1 parent fe796c2 commit 71f2f80

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ 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
2325
# Defaults - Ubuntu 16.04.
2426
- type: defaults
2527
distro: ubuntu1604

tests/run-tests.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ 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}
1920

2021
## Set up vars for Docker setup.
2122
# CentOS 7

0 commit comments

Comments
 (0)