We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20ebe9 commit 2a59476Copy full SHA for 2a59476
setup.cfg
@@ -18,6 +18,8 @@ classifier =
18
Programming Language :: Python :: 2
19
Programming Language :: Python :: 2.7
20
Programming Language :: Python :: 3
21
+ Programming Language :: Python :: 3.4
22
+ Programming Language :: Python :: 3.5
23
Programming Language :: Python :: 3.6
24
Topic :: System :: Systems Administration
25
Topic :: Utilities
tox.ini
@@ -1,8 +1,8 @@
1
[tox]
2
minversion = 1.8
3
envlist =
4
- py{27,36}-unit
5
- py{27,36}-lint
+ py{27,34,34,36}-unit
+ py{27,34,35,36}-lint
6
format-check
7
doc
8
skipsdist = true
0 commit comments