From 64cc58e35929b0acd3cbe0473a3d05f681c7bcff Mon Sep 17 00:00:00 2001 From: vocx-fc Date: Thu, 20 Feb 2020 17:06:36 -0600 Subject: [PATCH] Travis: get Pivy for Python 2 and 3 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2074c5cf0d..2ea5676d4c 100755 --- a/.travis.yml +++ b/.travis.yml @@ -186,7 +186,7 @@ before_install: libmetis-dev \ libspnav-dev # Runtime deps - sudo apt-get install -y --no-install-recommends freecad-daily-python3 python-ply python3-ply + sudo apt-get install -y --no-install-recommends freecad-daily-python3 python-pivy python3-pivy python-ply python3-ply export DISPLAY=:99.0 sh -e /etc/init.d/xvfb start