Skip to content

Commit

Permalink
Add testing for Python 3.7 & PyPy3
Browse files Browse the repository at this point in the history
Python 3.7 was released on June 27, 2018.

https://docs.python.org/3/whatsnew/3.7.html
  • Loading branch information
jdufresne authored and jamielennox committed Dec 31, 2018
1 parent a0e8fb6 commit 5ad9bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ classifier =
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 :: Testing
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 = py36,py35,py34,py27,pypy,pep8
envlist = py37,py36,py35,py34,py27,pypy3,pypy,pep8

[testenv]
setenv =
Expand Down

0 comments on commit 5ad9bed

Please sign in to comment.