tox: Fix .ini file on macOS

sys.platform returns "darwin" on macOS. Fix the .ini file so that tests
actually run on macOS.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
This commit is contained in:
Carles Cufi 2019-02-16 13:26:36 +01:00 committed by Marti Bolivar
parent ab560b5c64
commit 22b395c75c
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ exclude = setup.py,.tox,build
[testenv]
deps = -rtox_deps.txt
platform = posix: (linux|macos)
platform = posix: (linux|darwin)
windows: win32
whitelist_externals =
py.test