Skip to content

Commit

Permalink
Merge pull request #359 from eriknw/python3.6
Browse files Browse the repository at this point in the history
Add python 3.6 to the test matrix
  • Loading branch information
eriknw committed Dec 29, 2016
2 parents 8cd5e63 + 7ef07c0 commit c32d700
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- "3.3"
- "3.4"
- "3.5"
- "3.6"
- "pypy"

env:
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,6 @@
"Programming Language :: Python :: 3.3",
"Programming Language :: Python :: 3.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy"])

0 comments on commit c32d700

Please sign in to comment.