Skip to content

Commit

Permalink
Document and test Python 3.6 support
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne authored and sigmavirus24 committed Aug 8, 2017
1 parent 94c3f07 commit 8bca3eb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -18,6 +18,8 @@ matrix:
env: TOXENV=py34
- python: 3.5
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: pypy
env: TOXENV=pypy PYPY_VERSION=5.1

Expand Down
4 changes: 4 additions & 0 deletions setup.py
Expand Up @@ -27,10 +27,14 @@
"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.4",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: Implementation :: CPython",
"Programming Language :: Python :: Implementation :: PyPy",
"Topic :: Software Development :: Libraries :: Python Modules",
"Topic :: Text Processing :: Markup",
]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,pypy,py33,py34,py35,
envlist = py26,py27,pypy,py33,py34,py35,py36

[testenv]
deps =
Expand Down

0 comments on commit 8bca3eb

Please sign in to comment.