We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f20ebe9 commit ea6db71Copy full SHA for ea6db71
.travis.yml
@@ -4,6 +4,8 @@ sudo: required
4
language: python
5
python:
6
- "2.7"
7
+ - "3.5"
8
+ - "3.4"
9
- "3.6"
10
11
install:
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 =
- py{27,36}-unit
- py{27,36}-lint
+ py{27,34,34,36}-unit
+ py{27,34,35,36}-lint
format-check
doc
skipsdist = true
0 commit comments