File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,8 @@ sudo: required
44language : python
55python :
66 - " 2.7"
7+ - " 3.5"
8+ - " 3.4"
79 - " 3.6"
810
911install :
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 11[tox]
22minversion = 1.8
33envlist =
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
88skipsdist = true
You can’t perform that action at this time.
0 commit comments