Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pillow / depends / install_extra_test_images.sh
Size: Mime:
#!/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