From 9110e1e40046079c847737b87a0ea96f7373a37d Mon Sep 17 00:00:00 2001 From: Kaspar Emanuel Date: Sun, 15 Oct 2017 18:36:20 +0100 Subject: [PATCH] Fix installation of nearley deps for travis --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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