Fix installation of nearley deps for travis

This commit is contained in:
Kaspar Emanuel 2017-10-15 18:36:20 +01:00
parent 7d21c754a1
commit 9110e1e400
1 changed files with 3 additions and 1 deletions

View File

@ -8,4 +8,6 @@ python:
- "3.6"
- "pypy" # PyPy2 2.5.0
- "pypy3" # Pypy3 2.4.0
script: python -m tests
script:
- pip install -r nearley-requirements.txt
- python -m tests