summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-12-21 10:30:49 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2017-01-05 16:21:51 +0100
commitb6216756f6c7a950e9bf2afe56a582dd8195c513 (patch)
tree7962e6b8a6d892c4e457b67ed46e6d30662df23b /.travis.yml
parentb8423492f5dce32183b34d718e4619fe3ca8bfef (diff)
downloadfreeipa-b6216756f6c7a950e9bf2afe56a582dd8195c513.tar.gz
freeipa-b6216756f6c7a950e9bf2afe56a582dd8195c513.tar.xz
freeipa-b6216756f6c7a950e9bf2afe56a582dd8195c513.zip
introduce install step to .travis.yml and cache pip installs
Reviewed-By: Stanislav Laznicka <slaznick@redhat.com> Reviewed-By: Fraser Tweedale <ftweedal@redhat.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2bcd843e7..2e60e292f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -2,6 +2,7 @@ language: python
services:
- docker
+cache: pip
env:
global:
- TEST_RUNNER_IMAGE="martbab/freeipa-fedora-test-runner:master-latest"
@@ -20,7 +21,7 @@ env:
test_ipaserver
test_pkcs10
test_xmlrpc/test_[l-z]*.py"
-before_install:
+install:
- pip install pep8
- >
pip3 install