| commit | acbbdf2e24f53353f18b60fbb67b33f616bb3aae | [log] [tgz] |
|---|---|---|
| author | Eduardo Sousa <eduardosousa@av.it.pt> | Thu May 03 15:47:41 2018 +0100 |
| committer | Eduardo Sousa <eduardosousa@av.it.pt> | Thu May 03 15:50:10 2018 +0100 |
| tree | ab9487825297c525d215b9255953fd3f47934765 | |
| parent | e74238f281baa37a6ec32f9118cce37190a24403 [diff] [blame] |
Adding tests for MsgLocal Change-Id: Id9a2136593636bd07302bbb60b0fd8f1d327dae2 Signed-off-by: Eduardo Sousa <eduardosousa@av.it.pt>
diff --git a/tox.ini b/tox.ini index a36b6ed..baf649b 100644 --- a/tox.ini +++ b/tox.ini
@@ -4,7 +4,7 @@ [testenv] basepython = python3 -deps = pytest +deps = pytest pytest-asyncio commands = pytest [testenv:flake8]