mirror of https://github.com/kivy/kivy.git
Fix travis.
This commit is contained in:
parent
ce6d54e2f3
commit
0d7ab0a152
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue