Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
jitseniesen committed Apr 14, 2017
1 parent 1e87286 commit 867231a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies:
echo -e "PYTHON = $TRAVIS_PYTHON_VERSION \n============" &&
git clone git://github.com/astropy/ci-helpers.git &&
source ci-helpers/travis/setup_conda_$TRAVIS_OS_NAME.sh &&
ls $HOME/miniconda/bin &&
export PATH="$HOME/miniconda/bin:$PATH" &&
source activate test &&
conda install ciocheck -c spyder-ide &&
Expand All @@ -43,4 +44,4 @@ test:
- if [[ $TRAVIS_PYTHON_VERSION == 2.7 ]]; then export PATH="$HOME/miniconda/bin:$PATH" && source activate test && export PYTEST_QT_API="pyside" && conda install qt=4.* pyside && spyder --reset && spyder && py.test spyder_unittest --cov=spyder_unittest; fi: # note the colon
parallel: true
post:
- export PATH="$HOME/miniconda/bin:$PATH" && coveralls
- ls $HOME/miniconda/bin && export PATH="$HOME/miniconda/bin:$PATH" && coveralls

0 comments on commit 867231a

Please sign in to comment.