Skip to content

Commit

Permalink
Test Python 3.6 in Travis CI and document in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Jan 28, 2017
1 parent 3f4ac6e commit eba059f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,5 +1,6 @@
language: python
python:
- "3.6"
- "3.5"
- "3.4"
- "3.3"
Expand All @@ -19,5 +20,5 @@ matrix:
include:
- python: "2.7"
env: TEST_PEP8=1
- python: "3.5"
- python: "3.6"
env: TEST_PEP8=1
2 changes: 2 additions & 0 deletions setup.py
Expand Up @@ -53,11 +53,13 @@ def PyTest(x):
'License :: OSI Approved :: MIT License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
]
)
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 1.8
envlist = {py26,py27,py32,py33,py34,py35}-{plain,hiredis}, pep8
envlist = {py26,py27,py32,py33,py34,py35,py36}-{plain,hiredis}, pep8

[testenv]
deps =
Expand Down

0 comments on commit eba059f

Please sign in to comment.