Skip to content
This repository has been archived by the owner on May 4, 2020. It is now read-only.

Commit

Permalink
Merge pull request #96 from jdufresne/py36
Browse files Browse the repository at this point in the history
Add Python 3.6 to list of tested Pythons
  • Loading branch information
cjw296 committed Jan 27, 2017
2 parents e8b3097 + ccd4087 commit c082a56
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 @@ -4,6 +4,7 @@ sudo: false
language: python

python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]

KEYWORDS = (
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py35, py34, py33, py27, py26
envlist = py36, py35, py34, py33, py27, py26

[testenv]
commands =
Expand Down

0 comments on commit c082a56

Please sign in to comment.