Skip to content

Commit

Permalink
Add py3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zimeon committed Dec 14, 2015
1 parent 2f6edd4 commit b0583d9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ iiif_testserver_flask.pid
client_secret
# test files
demo-static/biggie
demo-static/mandlebrot_100k.html
demo-static/mandlebrot_100k
# setup stuff
build
dist
Expand Down
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
# commands to install dependencies
# need "python setup.py install" to install resync so that client tests work
install:
Expand Down
4 changes: 2 additions & 2 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Installation
------------

The library, test server, static file generator are all designed to
work with Python 2.6 or 2.7. Manual installation from is necessary
to get the demonstration documentation and examples.
work with Python 2.6, 2.7, 3.3, 3.4 and 3.5. Manual installation is
necessary to get the demonstration documentation and examples.

**Automatic installation from PyPI**

Expand Down

0 comments on commit b0583d9

Please sign in to comment.