Skip to content

Commit

Permalink
Testing: Fix crash while running our tests in Circle
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Jun 11, 2018
1 parent 1c4d9d5 commit eda192a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions continuous_integration/circle/modules_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ for f in spyder/*/*.py; do
if [[ $f == spyder/utils/workers.py ]]; then
continue
fi
if [[ $f == spyder/utils/browser.py ]]; then
continue
fi
python "$f"
if [ $? -ne 0 ]; then
exit 1
Expand Down

0 comments on commit eda192a

Please sign in to comment.