diff --git a/.travis.yml b/.travis.yml index a859b810..57c620b1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -32,6 +32,7 @@ matrix: install: - pip install argparse + - pip install "pillow<4 ; python_version < '2.7'" - pip install pillow - pip install -r pip_numpy.txt - if [[ $TRAVIS_PYTHON_VERSION == '3.2' ]]; then pip install "coverage<4"; fi @@ -51,4 +52,4 @@ after_success: coveralls notifications: - webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP \ No newline at end of file + webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP diff --git a/README.md b/README.md index 36e75486..4868d5d4 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ It's intended that you can copy png.py into your application and distribute it. The following "curl" command should copy the latest version into your current directory: -curl -LO https://raw.github.com/scondo/purepng/master/code/png.py +curl -LO https://raw.githubusercontent.com/Scondo/purepng/master/png/png.py ## MIGRATION FROM PYPNG