Pillow/depends/install_extra_test_images.sh
2017-03-11 13:50:19 +00:00

10 lines
226 B
Bash
Executable File

#!/bin/bash
# install extra test images
rm -r test_images
# 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