diff --git a/.travis.yml b/.travis.yml index 3553fe1..5c917be 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/get_testdata.sh b/get_testdata.sh deleted file mode 100755 index 9c82f97..0000000 --- a/get_testdata.sh +++ /dev/null @@ -1,28 +0,0 @@ -#!/bin/sh - -## Test data are posted on FigShare, listed in this article -# http://figshare.com/articles/galvani_test_data/1228760 - -mkdir -p tests/testdata -cd tests/testdata - -/usr/bin/wget --continue -i - <