mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-23 10:04:18 -08:00
7 lines
177 B
INI
7 lines
177 B
INI
|
[tox]
|
||
|
# required because we use pyproject.toml
|
||
|
isolated_build = true
|
||
|
envlist = py37, py38, py39
|
||
|
# only checks python versions installed locally
|
||
|
skip_missing_interpreters = true
|