Add support for python 3.7 (#8)

grammar37.txt is simply a copy of grammar36.txt, since there's no syntax
changes in 3.7

https://docs.python.org/3.7/whatsnew/3.7.html
This commit is contained in:
Håken Lid
2017-10-02 00:48:09 +02:00
committed by Dave Halter
parent 8db1498185
commit 0ec02e1d7f
2 changed files with 151 additions and 1 deletions

View File

@@ -1,5 +1,5 @@
[tox]
envlist = py26, py27, py33, py34, py35, py36
envlist = py26, py27, py33, py34, py35, py36, py37
[testenv]
deps =
pytest>=3.0.7