-
Notifications
You must be signed in to change notification settings - Fork 24
/
tox.ini
23 lines (21 loc) · 944 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
[testenv:unittest]
deps = -rrequirements_devel.txt
commands = {envpython} -m pytest --cov=colcon_ros --cov-branch
[testenv:py35-pypi]
passenv = *
deps =
colcon-core
colcon-ros-bundle
commands = ./run_integration_test.sh
[testenv:py35-github]
passenv = *
deps =
-e git+https://github.com/colcon/colcon-cmake.git#egg=colcon-cmake
-e git+https://github.com/colcon/colcon-core.git#egg=colcon-core
-e git+https://github.com/colcon/colcon-library-path.git#egg=colcon-library-path
-e git+https://github.com/colcon/colcon-pkg-config.git#egg=colcon-pkg-config
-e git+https://github.com/colcon/colcon-python-setup-py.git#egg=colcon-python-setup-py
-e git+https://github.com/colcon/colcon-recursive-crawl.git#egg=colcon-recursive-crawl
-e git+https://github.com/colcon/colcon-ros.git#egg=colcon-ros
-e git+https://github.com/colcon/colcon-ros-bundle.git#egg=colcon-ros-bundle
commands = ./run_integration_test.sh