From b879b17324aa2992c02a8f9832e831a131108086 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauri=20V=C3=B5sandi?= Date: Sat, 30 Dec 2017 17:25:29 +0200 Subject: [PATCH] travis: Attempt to use pip from Travis virtualenv --- .travis.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d6b5138..352e728 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,9 @@ virtualenv: system_site_packages: true install: - sudo mkdir -p /etc/systemd/system # Until Travis is stuck with 14.04 - - sudo pip3 install -r requirements.txt - - sudo pip3 install codecov pytest-cov requests-kerberos - - sudo pip3 install -e . + - sudo pip install -r requirements.txt + - sudo pip install codecov pytest-cov requests-kerberos + - sudo pip install -e . script: - sudo find /home/ -type d -exec chmod 755 {} \; # Allow certidude serve to read templates - sudo chmod 777 . # Allow forked processes to write .coverage files @@ -27,7 +27,6 @@ addons: apt: packages: - software-properties-common - - python3-pip - python3-click - python3-mysql.connector - python3-pyxattr