forked from ros-tooling/cross_compile
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtox.ini
More file actions
33 lines (31 loc) · 992 Bytes
/
tox.ini
File metadata and controls
33 lines (31 loc) · 992 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
[tox]
envlist = py37
[testenv]
deps =
git+https://github.com/ament/ament_lint.git@0.8.1#egg=ament-copyright&subdirectory=ament_copyright
git+https://github.com/ament/ament_lint.git@0.8.1#egg=ament-flake8&subdirectory=ament_flake8
git+https://github.com/ament/ament_lint.git@0.8.1#egg=ament-lint&subdirectory=ament_lint
git+https://github.com/ament/ament_lint.git@0.8.1#egg=ament-mypy&subdirectory=ament_mypy
git+https://github.com/ament/ament_lint.git@0.8.1#egg=ament-pep257&subdirectory=ament_pep257
flake8<3.8
flake8-blind-except
flake8-builtins
flake8-class-newline
flake8-comprehensions
flake8-deprecated
flake8-docstrings
flake8-import-order
flake8-quotes
mypy
pydocstyle
pytest
pytest-cov
pytest-repeat
pytest-runner
types-pkg_resources
yamllint
commands =
pytest --basetemp="{envtmpdir}" --cov=ros_cross_compile --cov-report=xml test/ {posargs}
[pytest]
log_cli = true
log_cli_level = DEBUG