Skip to content

Commit

Permalink
Merge pull request #7 from hugovk/patch-1
Browse files Browse the repository at this point in the history
Python 3.5 is out
  • Loading branch information
hMatoba committed Sep 14, 2015
2 parents 025ab0f + f3fa64b commit be8c9cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ python:
- 2.7
- 3.3
- 3.4
- "3.5-dev"
- 3.5

install:
- pip install pillow
Expand All @@ -21,4 +21,4 @@ after_success:
coveralls

matrix:
fast_finish: true
fast_finish: true

0 comments on commit be8c9cc

Please sign in to comment.