Fix travis.

This commit is contained in:
matham 2018-06-01 01:27:41 -04:00 committed by GitHub
parent ce6d54e2f3
commit 0d7ab0a152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -181,7 +181,6 @@ script:
USE_SDL2=1 USE_GSTREAMER=1 python$pyver_short setup.py build_ext --inplace;
USE_SDL2=1 USE_GSTREAMER=1 python$pyver_short setup.py bdist_wheel;
# python$pyver_short -m nose.core kivy/tests;
/Library/Frameworks/Python.framework/Versions/$pyver_short/bin/delocate-wheel dist/*.whl;
/Library/Frameworks/Python.framework/Versions/$pyver_short/bin/delocate-addplat --rm-orig -x 10_9 -x 10_10 dist/*.whl;