commit:     0733bde7002d35352124c53b203adf929892d8f4
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Apr  3 16:57:12 2018 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Apr  3 16:57:12 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=0733bde7

.travis.yml: Refactor pip install

 .travis.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index f3a04a6f6a..ed71eff50c 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,8 +11,7 @@ env:
         - REPOMAN_VER="2.3.9"
 before_install:
     - sudo apt-get -qq update
-    - pip install lxml==4.1.1
-    - pip install pyyaml
+    - pip install lxml==4.1.1 pyyaml
 before_script:
     - sudo chmod a+rwX /etc/passwd /etc/group /etc /usr
     - mkdir -p travis-overlay /etc/portage /usr/portage/distfiles

Reply via email to