From c2a947acf4d939419fea7ee5c1789040dde872df Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 31 Dec 2018 01:18:30 -0800 Subject: [PATCH] travis: fix --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d1ca5593..7ca3206e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -117,7 +117,10 @@ install: - pip3 install pycparser # py3.7 workaround for https://github.com/eliben/pycparser/issues/251 - pip3 install -r requirements/main.txt - pip3 install --no-deps . -- '[[ "$ADD_PDFMINER" == "1" ]] && pip3 install .[pdfminer]' +- | + if [[ "$ADD_PDFMINER" == "1" ]]; then + pip3 install --no-deps .[pdfminer] + fi - pip3 install -r requirements/test.txt script: