From 1f9ef757db791723052bc79e58c82649868675b8 Mon Sep 17 00:00:00 2001 From: chfw Date: Tue, 3 May 2016 23:34:35 +0100 Subject: [PATCH] workaround rnd_requirements.txt --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 7d7d158..293762d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -13,7 +13,7 @@ python: before_install: - pip install https://github.com/pyexcel/pyexcel-io/archive/master.zip - pip install https://github.com/pyexcel/pyexcel/archive/master.zip - - pip install -r rnd_requirements.txt + - if [[ -f rnd_requirements.txt ]]; then pip install -r rnd_requirements.txt; fi - pip install -r tests/requirements.txt script: make test