Skip to content

Commit

Permalink
Merge pull request #12 from retr0h/other-pythons
Browse files Browse the repository at this point in the history
Added python 3.4 and 3.5 support
  • Loading branch information
retr0h authored Apr 9, 2018
2 parents f20ebe9 + ea6db71 commit fe7a04f
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -4,6 +4,8 @@ sudo: required
language: python
python:
- "2.7"
- "3.5"
- "3.4"
- "3.6"

install:
2 changes: 2 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ classifier =
Programming Language :: Python :: 2
Programming Language :: Python :: 2.7
Programming Language :: Python :: 3
Programming Language :: Python :: 3.4
Programming Language :: Python :: 3.5
Programming Language :: Python :: 3.6
Topic :: System :: Systems Administration
Topic :: Utilities
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[tox]
minversion = 1.8
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 comments on commit fe7a04f

Please sign in to comment.