Download the test data when running the tests

This commit is contained in:
2017-04-22 12:51:01 +02:00
parent a7d93035e8
commit fa264ff08e

View File

@@ -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