Skip to content

Commit c32d700

Browse files
authored
Merge pull request #359 from eriknw/python3.6
Add python 3.6 to the test matrix
2 parents 8cd5e63 + 7ef07c0 commit c32d700

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ python:
66
- "3.3"
77
- "3.4"
88
- "3.5"
9+
- "3.6"
910
- "pypy"
1011

1112
env:

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,6 @@
3131
"Programming Language :: Python :: 3.3",
3232
"Programming Language :: Python :: 3.4",
3333
"Programming Language :: Python :: 3.5",
34+
"Programming Language :: Python :: 3.6",
3435
"Programming Language :: Python :: Implementation :: CPython",
3536
"Programming Language :: Python :: Implementation :: PyPy"])

0 commit comments

Comments
 (0)