File: tox.ini

package info (click to toggle)
mathlibtools 1.1.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 272 kB
  • sloc: python: 1,388; sh: 90; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 232 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
[tox]
envlist = py36, py37, py38, py39, mypy

[testenv]
commands = pytest
deps = pytest

[testenv:mypy]
basepython = python3.8
deps = mypy
setenv = MYPYPATH={toxinidir}
commands = mypy --install-types --non-interactive mathlibtools