Skip to content

Commit 2a59476

Browse files
committed
Added python 3.4 and 3.5 support
Fixes: #9
1 parent f20ebe9 commit 2a59476

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

setup.cfg

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ classifier =
1818
Programming Language :: Python :: 2
1919
Programming Language :: Python :: 2.7
2020
Programming Language :: Python :: 3
21+
Programming Language :: Python :: 3.4
22+
Programming Language :: Python :: 3.5
2123
Programming Language :: Python :: 3.6
2224
Topic :: System :: Systems Administration
2325
Topic :: Utilities

tox.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[tox]
22
minversion = 1.8
33
envlist =
4-
py{27,36}-unit
5-
py{27,36}-lint
4+
py{27,34,34,36}-unit
5+
py{27,34,35,36}-lint
66
format-check
77
doc
88
skipsdist = true

0 commit comments

Comments
 (0)