mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-14 01:15:34 +00:00
This file is no longer needed, because the test data are saved in the repo with git-lfs.
15 lines
178 B
YAML
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
|