Skip to content

Commit

Permalink
Merge pull request #794 from jdufresne/py37
Browse files Browse the repository at this point in the history
Add testing and document support for Python 3.7
  • Loading branch information
IanLee1521 committed Nov 14, 2018
2 parents 77ad772 + 44541ef commit ccdaf5d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ matrix:
env: TOXENV=py35
- python: 3.6
env: TOXENV=py36
- python: nightly
- python: 3.7
env: TOXENV=py37
dist: xenial
sudo: true
- python: pypy
env: TOXENV=pypy
- python: 3.5
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ def get_long_description():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: Implementation :: CPython',
'Programming Language :: Python :: Implementation :: PyPy',
'Topic :: Software Development :: Libraries :: Python Modules',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and then run "tox" from this directory.

[tox]
envlist = py27, py34, py35, py36, pypy, pypy3, jython
envlist = py27, py34, py35, py36, py37, pypy, pypy3, jython
skipsdist = True
skip_missing_interpreters = True

Expand Down

0 comments on commit ccdaf5d

Please sign in to comment.