From 0cc035b2e9f0007b9bb754faffa53ce04bc02e25 Mon Sep 17 00:00:00 2001 From: "Chris St. Pierre" Date: Tue, 14 Oct 2014 09:21:22 -0500 Subject: testsuite: simplify installation, run pip freeze on failure --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.travis.yml') 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 -- cgit v1.2.3-1-g7c22