From fa264ff08e8a269207d62f194d34f3d32752fc9c Mon Sep 17 00:00:00 2001 From: Chris Kerr Date: Sat, 22 Apr 2017 12:51:01 +0200 Subject: [PATCH] Download the test data when running the tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 0f5c725..86b36ff 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,5 +14,6 @@ python: # command to install dependencies install: "pip install -r requirements.txt" install: "pip install nose" +install: "sh get_testdata.sh" # command to run tests script: nosetests