mirror of https://github.com/lark-parser/lark.git
Fix installation of nearley deps for travis
This commit is contained in:
parent
7d21c754a1
commit
9110e1e400
|
@ -8,4 +8,6 @@ python:
|
||||||
- "3.6"
|
- "3.6"
|
||||||
- "pypy" # PyPy2 2.5.0
|
- "pypy" # PyPy2 2.5.0
|
||||||
- "pypy3" # Pypy3 2.4.0
|
- "pypy3" # Pypy3 2.4.0
|
||||||
script: python -m tests
|
script:
|
||||||
|
- pip install -r nearley-requirements.txt
|
||||||
|
- python -m tests
|
||||||
|
|
Loading…
Reference in New Issue