mirror of https://github.com/lark-parser/lark.git
Run tests against Python 3.7 and pypy 6.0
This commit is contained in:
parent
9420bce40a
commit
a49f4e9b2b
|
@ -1,11 +1,13 @@
|
|||
dist: xenial
|
||||
language: python
|
||||
python:
|
||||
- "2.7"
|
||||
- "3.4"
|
||||
- "3.5"
|
||||
- "3.6"
|
||||
- "pypy" # PyPy2 5.8.0
|
||||
- "pypy3" # Pypy3 5.8.0-beta0
|
||||
- "3.7"
|
||||
- "pypy2.7-6.0"
|
||||
- "pypy3.5-6.0"
|
||||
install: pip install tox-travis
|
||||
script:
|
||||
- tox
|
||||
|
|
Loading…
Reference in New Issue