Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Scondo/purepng
Browse files Browse the repository at this point in the history
  • Loading branch information
Scondo committed Mar 17, 2017
2 parents ba1b672 + 3a21bfc commit ea9d593
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -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
Expand All @@ -51,4 +52,4 @@ after_success:
coveralls

notifications:
webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP
webhooks: https://coveralls.io/webhook?repo_token=w8NKB65QmekU0thmQV1E5yEaFpYIyUAYP
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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
Expand Down

0 comments on commit ea9d593

Please sign in to comment.