From 2fd98e0d8e79a458c8c27be938ceae703ed37da6 Mon Sep 17 00:00:00 2001 From: dalthviz Date: Fri, 24 Mar 2017 23:16:50 -0500 Subject: [PATCH] Testing. --- circle.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/circle.yml b/circle.yml index f11091eb..bb0ad496 100644 --- a/circle.yml +++ b/circle.yml @@ -31,11 +31,10 @@ dependencies: # Install python module #- $CMD_TEST_PYTHON setup.py develop > /dev/null; - # Environment for lint checks - - conda install -n test ciocheck -c spyder-ide -q --no-update-deps - - # Notebook dependencies - - conda install -n test qt=5.* pyqt=5.* qtpy jupyter notebook spyder -q --no-update-deps + # Environment for checks + - conda install -n test -q ciocheck qt=5.* pyqt=5.* qtpy jupyter notebook spyder -c spyder-ide + - source activate test && jupyter --version && where jupyter + test: override: # Check Python style @@ -46,5 +45,5 @@ test: - $CMD_TEST_CIOCHECK spyder_notebook -dl -df: # note the colon parallel: true - - $CMD_TEST_PYTHON runtests.py: # note the colon + - export PATH && source activate test && $CMD_TEST_PYTHON runtests.py: # note the colon parallel: true