Pillow/depends/install_extra_test_images.sh

10 lines
226 B
Bash
Raw Normal View History

#!/bin/bash
# install extra test images
rm -r test_images
2017-01-30 09:21:48 +03:00
# Use SVN to just fetch a single git subdirectory
svn checkout https://github.com/python-pillow/pillow-depends/trunk/test_images
cp -r test_images/* ../Tests/images