summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorChris St. Pierre <chris.a.st.pierre@gmail.com>2014-10-14 09:21:22 -0500
committerChris St. Pierre <chris.a.st.pierre@gmail.com>2014-10-14 09:23:04 -0500
commit0cc035b2e9f0007b9bb754faffa53ce04bc02e25 (patch)
tree334be3c72554285a5b80bec1f8cb434f2bef8fbd /.travis.yml
parentb13f48afed03d49e5a664eaa05516a9e8fa63039 (diff)
downloadbcfg2-0cc035b2e9f0007b9bb754faffa53ce04bc02e25.tar.gz
bcfg2-0cc035b2e9f0007b9bb754faffa53ce04bc02e25.tar.bz2
bcfg2-0cc035b2e9f0007b9bb754faffa53ce04bc02e25.zip
testsuite: simplify installation, run pip freeze on failure
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 9ad7dfb19..54f2215de 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,13 +5,13 @@ python:
env:
- WITH_OPTIONAL_DEPS=yes
- WITH_OPTIONAL_DEPS=no
-before_install:
- - testsuite/before_install.sh
install:
- testsuite/install.sh
- pip install --use-mirrors -e .
script:
- nosetests testsuite
+after_failure:
+ - pip freeze
branches:
except:
- maint-1.2