Remove get_testdata.sh

This file is no longer needed, because the test data are saved
in the repo with git-lfs.
This commit is contained in:
2020-11-07 17:54:08 +02:00
parent 093cde0b62
commit 8d317435f6
2 changed files with 0 additions and 30 deletions

View File

@@ -4,7 +4,6 @@ cache:
directories:
- .tox
- .pytest_cache
- tests/testdata
python:
- "3.6"
- "3.7"
@@ -12,5 +11,4 @@ python:
- "3.9"
install:
- pip install tox-travis
- sh get_testdata.sh
script: tox