Skip to content

Commit

Permalink
Changes to debug why pyfsapfs import is failing on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimmetz committed Nov 16, 2018
1 parent 15a6cdf commit 7ce37dc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/travis/runtests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ then

elif test "${TRAVIS_OS_NAME}" = "osx";
then
PYTHONPATH=/Library/Python/2.7/site-packages/ /usr/bin/python -c 'import pyfsapfs';

PYTHONPATH=/Library/Python/2.7/site-packages/ /usr/bin/python ./run_tests.py;

python ./setup.py build
Expand Down

0 comments on commit 7ce37dc

Please sign in to comment.