• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[tox]
2envlist = py38,py39,py310
3
4[testenv]
5deps =
6    -rrequirements_test.txt
7commands =
8    flake8
9    pytest ./tests
10