File: tox.ini

package info (click to toggle)
cpplint 2.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 3,336 kB
  • sloc: cpp: 13,681; python: 10,096; ansic: 854; sh: 30; makefile: 18
file content (13 lines) | stat: -rw-r--r-- 241 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
[tox]
envlist = py39, py310, py311, py312, py313, pypy3
skip_missing_interpreters = true


[testenv]
allowlist_externals = sh
extras = dev

commands =
  {envpython} -m pytest {posargs:}
  {envpython} -m pylint cpplint.py
  sh -c 'mypy *.py'