diff --git a/.travis.yml b/.travis.yml index 440daed1e..6b92c63e5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,6 +16,7 @@ install: - patch -p1 < ../pillow.patch - python setup.py bdist_wheel - delocate-wheel dist/*.whl + - rename_wheels dist/*.whl - pip install dist/*.whl - cd ..