Files
galvani/.travis.yml

15 lines
251 B
YAML

sudo: false
language: python
cache:
directories:
- .tox
- .pytest_cache
- tests/testdata
python:
- "3.5"
# - "3.7" # Python 3.7 is not available on travis CI yet
install:
- pip install tox-travis
- sh get_testdata.sh
script: tox