Skip to content

Commit

Permalink
[IMP] Tests with python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lmignon committed Feb 1, 2017
1 parent 9c7d23f commit 7ecfdbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"

before_install:
# For tests running git command
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
"Topic :: Utilities",
"Topic :: System :: Shells",
],
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py35
envlist = py27, py35, py36

[testenv]
commands = python setup.py test

0 comments on commit 7ecfdbe

Please sign in to comment.