Skip to content

Commit

Permalink
UNSAFE
Browse files Browse the repository at this point in the history
Try enabling python3.6 target
  • Loading branch information
Alexey Stepanov authored and Alexey Stepanov committed Dec 23, 2016
1 parent 9ddfea3 commit cb3f2a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
install:
- pip install tox-travis
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[tox]
minversion = 2.0
# docs,
envlist = pep8, pylint, bandit, py{27,34,35}, pypy,
envlist = pep8, pylint, bandit, py{27,34,35,36}, pypy,
skipsdist = True
skip_missing_interpreters = True

Expand All @@ -29,7 +29,8 @@ commands = {posargs:}
[tox:travis]
2.7 = py27, install, pep8, pylint
3.4 = py34, install, pep8
3.5 = py35, install, pep8, pylint, bandit
3.5 = py35, install, pep8, bandit
3.6 = py36, install, pep8, pylint
pypy = pypy, install, pep8

[testenv:pep8]
Expand Down

0 comments on commit cb3f2a5

Please sign in to comment.