Skip to content

Commit

Permalink
Enable python3.5 support and tests
Browse files Browse the repository at this point in the history
Signed-off-by: Mikhail Ushanov <[email protected]>
  • Loading branch information
gmmephisto committed Apr 28, 2016
1 parent c08b78c commit d5a2307
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 3,7 @@ python:
- "2.6"
- "2.7"
- "3.4"
- "3.5"
sudo: false
install:
- pip install tox python-coveralls
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 10,7 @@ pyscaleio
Python library that provides convenient way to interact with ScaleIO REST API.

- Supported ScaleIO versions: 2.0
- Supported Python versions: 2.6, 2.7, 3.4
- Supported Python versions: 2.6, 2.7, 3.4, 3.5

**Library is under development!**

Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 14,7 @@ classifier =
Programming Language :: Python :: 2.6
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Topic :: Software Development :: Libraries
Topic :: Software Development :: Libraries :: Python Modules
keywords =
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 1,5 @@
[tox]
envlist = begin,py26,py27,py34,end,lint
envlist = begin,py26,py27,py34,py35,end,lint
skipsdist = True

[testenv]
Expand Down

0 comments on commit d5a2307

Please sign in to comment.