Skip to content

Commit

Permalink
tox: Enable testing py37 by default
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Aug 2, 2018
1 parent bcee980 commit 9ff2b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ of Python 2.7 and Python 3.4+. However, the support for Python 2
is considered 'best effort' and has some known limitations. For example,
non-ASCII paths on command-line do not work.

gemato is currently tested against CPython 2.7, CPython 3.4 through 3.6,
gemato is currently tested against CPython 2.7, CPython 3.4 through 3.7,
PyPy and PyPy3.

gemato depends only on standard Python library modules and their
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = begin,py27,py34,py35,py36,pypy,pypy3,incompatible-lzma,nodeps,end
envlist = begin,py27,py34,py35,py36,py37,pypy,pypy3,incompatible-lzma,nodeps,end
# we operate on sources anyway
skipsdist = True

Expand Down

0 comments on commit 9ff2b7e

Please sign in to comment.