summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
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