Skip to content

Commit

Permalink
Testing.
Browse files Browse the repository at this point in the history
  • Loading branch information
dalthviz committed Mar 25, 2017
1 parent 0f70edd commit 2fd98e0
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 2fd98e0

Please sign in to comment.