diff --git a/.travis.yml b/.travis.yml index c539596..1a83b2e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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