Skip to content

Commit 7d41028

Browse files
committed
add support fot python 3.5
1 parent 8920afc commit 7d41028

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@ docs/_build/
5252
MANIFEST
5353

5454

55-
56-
55+
# virtual environments
5756
venv
57+
virtualenv

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ language: python
33
python:
44
- "2.7"
55
- "3.4"
6+
- "3.5"
67
- "3.6"
78

89
install:

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
33

44
This CHANGELOG follows the format listed [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md)
55

6+
## Unreleased
7+
### Added
8+
- Add support for python 3.5, which is the default version in Debian 9. (@barryorourke)
9+
610
## [0.3.2] 2017-10-10
711
### Fixed
812
- Variable name changes in the metrics classed missed during the initial 0.3.0 release (@barryorourke)

0 commit comments

Comments
 (0)