Skip to content

Commit c4bea15

Browse files
Update language support tests and docs
Adds python 3.6 the tox configuration and adds python 3.5 & 3.6 to the language classifiers and travis configuration.
1 parent ab5ed9a commit c4bea15

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ env:
44
- TOXENV=py27
55
- TOXENV=py33
66
- TOXENV=py34
7+
- TOXENV=py35
8+
- TOXENV=py36
79
sudo: false
810
install:
911
- travis_retry pip install tox

setup.py

+2
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,7 @@
5353
'Programming Language :: Python :: 3',
5454
'Programming Language :: Python :: 3.3',
5555
'Programming Language :: Python :: 3.4',
56+
'Programming Language :: Python :: 3.5',
57+
'Programming Language :: Python :: 3.6',
5658
),
5759
)

tox.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py26,py27,py33,py34,py35
2+
envlist = py26,py27,py33,py34,py35,py36
33

44
[testenv]
55
commands = py.test

0 commit comments

Comments
 (0)