Skip to content

Commit

Permalink
fix mac build
Browse files Browse the repository at this point in the history
  • Loading branch information
letmaik committed Mar 30, 2019
1 parent 0302b09 commit 52ebfd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis/build_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pip install dist/*.whl
travis_retry pip install numpy -U # scipy should trigger an update, but that doesn't happen
travis_retry pip install -r dev-requirements.txt
# make sure it's working without any required libraries installed
brew rm glib
brew uninstall --ignore-dependencies glib
mkdir tmp_for_test
pushd tmp_for_test
nosetests --verbosity=3 --nocapture ../test
Expand Down

0 comments on commit 52ebfd6

Please sign in to comment.