summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorTimothy Redaelli <tredaelli@redhat.com>2019-12-18 16:53:10 +0100
committerBen Pfaff <blp@ovn.org>2019-12-19 07:49:01 -0800
commit24e6970809483d256c38cfd029ae9469b0d3e961 (patch)
tree1a53df76b05df4d3387d621dc657df57a56a1e41 /.travis.yml
parent138d30a9c045c2883164b6392094fd56c8f13196 (diff)
downloadopenvswitch-24e6970809483d256c38cfd029ae9469b0d3e961.tar.gz
travis: Use pip3 to install the python packages on linux
Currently pip is used to install the python packages on linux by travis, but pip3 should be used since pip is a symlink of pip2. Fixes: 1ca0323e7c29 ("Require Python 3 and remove support for Python 2.") Cc: blp@ovn.org Signed-off-by: Timothy Redaelli <tredaelli@redhat.com> Signed-off-by: Ben Pfaff <blp@ovn.org>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2dc4d436b..abd2a9117 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,6 +21,7 @@ addons:
- libnuma-dev
- libpcap-dev
- python3-openssl
+ - python3-pip
- python3-sphinx
- libelf-dev
- selinux-policy-dev