-
Notifications
You must be signed in to change notification settings - Fork 7
/
tox.ini
38 lines (37 loc) · 890 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
29
30
31
32
33
34
35
36
37
38
[tox]
envlist = py{37,38,39}-{mac_windows,linux_only}
skipsdist = True
[testenv]
platform = mac_windows: darwin|win32
linux_only: linux|linux2
passenv = APPDATA TRAVIS
deps =
wheel
cmdln
pytest
pytest-logging
pytest-localserver
./iotile_ext_cloud
./iotilecore
./iotilebuild
./iotileemulate
./iotilegateway
./iotilesensorgraph
./iotileship
./iotiletest
./transport_plugins/awsiot
./transport_plugins/bled112
./transport_plugins/blelib
./transport_plugins/jlink
linux_only: ./transport_plugins/native_ble
./transport_plugins/socket_lib
./transport_plugins/websocket
iotile-support-lib-controller-4
iotile-support-con-nrf52832-3
iotile-support-con-nrf52832-4
requests-mock
tornado>=4.5.3,<5.0.0
pycryptodome
configparser
commands =
python scripts/test.py test_all test