From befd334ed2a59f6d5ff5d5e1356abb8c093be315 Mon Sep 17 00:00:00 2001 From: Thomas Robitaille Date: Fri, 20 Nov 2015 14:53:58 +0000 Subject: [PATCH] Use debug version of qtconsole --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 01aef6e60..a2dbac436 100644 --- a/.travis.yml +++ b/.travis.yml @@ -80,6 +80,9 @@ install: export QT_DEBUG_PLUGINS=1; fi + - conda remove qtconsole + - pip install git+http://github.com/astrofrog/qtconsole.git@debug#egg=qtconsole + - python setup.py install script: