mirror of
https://github.com/echemdata/galvani.git
synced 2025-12-12 16:45:35 +00:00
17 lines
299 B
YAML
17 lines
299 B
YAML
# SPDX-FileCopyrightText: 2017-2020 Christopher Kerr <chris.kerr@mykolab.ch>
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
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
|