File: tox.ini

package info (click to toggle)
simplemonitor 1.15.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 2,520 kB
  • sloc: python: 8,725; sh: 258; makefile: 74; javascript: 69
file content (9 lines) | stat: -rw-r--r-- 127 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
[tox]
envlist = py37,py38,py39,py310,py311
isolated_build = True

[testenv]
deps =
	pytest
	freezegun
commands = pytest tests/