Skip to content

Commit

Permalink
add support for py35
Browse files Browse the repository at this point in the history
  • Loading branch information
ponty committed Oct 22, 2015
1 parent b136fc1 commit 6972a82
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.3"
- "3.4"
- "3.5"
- "2.7_with_system_site_packages"

install:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -26,7 +26,7 @@ Features:
* saving to PIL_ or Pillow_ image memory
* some back-ends are based on this discussion: http://stackoverflow.com/questions/69645/take-a-screenshot-via-a-python-script-linux
* pure Python library
* supported python versions: 2.6, 2.7, 3.3, 3.4
* supported python versions: 2.6, 2.7, 3.3, 3.4, 3.5
* Plugin based, it has wrappers for various back-ends:
* scrot_
* ImageMagick_
Expand Down
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -42,6 +42,7 @@
# 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
]

install_requires = ['EasyProcess']
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@

[tox]
envlist = py26,py27,py33,py34
envlist = py26,py27,py33,py34,py35

[testenv]
deps=
Expand Down

0 comments on commit 6972a82

Please sign in to comment.