Skip to content

Commit

Permalink
Tests. Enable Python 3.5 on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
diyan committed Nov 1, 2015
1 parent 0bd9f5d commit d2384c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -6,6 +6,7 @@ python:
- 3.2
- 3.3
- 3.4
- 3.5
- pypy
install:
- sudo apt-get install libffi-dev
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -11,7 +11,7 @@ For more information on WinRM, please visit

## Requirements
* Linux, Mac OS X or Windows
* CPython 2.6, 2.7, 3.2, 3.3 or PyPy 1.9
* CPython 2.6-2.7, 3.2-3.5 or PyPy 1.9
* [python-kerberos](http://pypi.python.org/pypi/kerberos) is optional

## Installation
Expand Down

0 comments on commit d2384c2

Please sign in to comment.