forked from ros-tooling/ros-github-scripts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
tox.ini
28 lines (27 loc) · 922 Bytes
/
tox.ini
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
[tox]
envlist = py36
[testenv]
deps =
pip
git+https://github.com/ament/ament_lint.git@0.10.0#egg=ament_copyright&subdirectory=ament_copyright
git+https://github.com/ament/ament_lint.git@0.10.0#egg=ament_flake8&subdirectory=ament_flake8
git+https://github.com/ament/ament_lint.git@0.10.0#egg=ament_lint&subdirectory=ament_lint
git+https://github.com/ament/ament_lint.git@0.10.0#egg=ament_mypy&subdirectory=ament_mypy
git+https://github.com/ament/ament_lint.git@0.10.0#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
commands =
pytest --basetemp="{envtmpdir}" --cov=ros_github_scripts --cov-report=xml test/ {posargs}