Files
galvani/.travis.yml
Chris Kerr 8d317435f6 Remove get_testdata.sh
This file is no longer needed, because the test data are saved
in the repo with git-lfs.
2020-11-07 17:54:08 +02:00

15 lines
178 B
YAML

sudo: false
language: python
cache:
directories:
- .tox
- .pytest_cache
python:
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install tox-travis
script: tox