File: tox.ini

package info (click to toggle)
python-kgb 7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 532 kB
  • sloc: python: 4,466; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 208 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
[tox]
envlist = py{27,37,38,39,310,311,312,313,314},pypy{37,38,39,310}
package = editable

[testenv]
commands = pytest {posargs}
deps = -r dev-requirements.txt

usedevelop = True
allowlist_externals = pytest