[SEBA-497]
Delayer XOS containers for xos-core and xos-client
Build venv-xos using the Makefile
Change-Id: I6d9324a51e574c847a0698040d930e2d947b185c
diff --git a/tox.ini b/tox.ini
index ea5235b..7152507 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,9 +14,26 @@
; using tox.ini only to store config information for other tools
+[tox]
+envlist = py27
+# add to envlist when py3 compat is done py35,py36,py37
+skip_missing_interpreters = true
+skipsdist = True
+
+[testenv]
+deps =
+ -r requirements.txt
+ -e lib/xos-config
+ -e lib/xos-genx
+ multistructlog
+ nose2
+ flake8
+
+commands =
+ nose2 -c tox.ini --verbose --junit-xml
+# flake8
+
[flake8]
-; W503, allow breaks before binary operators (see: https://github.com/PyCQA/pycodestyle/issues/498)
-ignore = W503
max-line-length = 119
[unittest]
@@ -29,7 +46,8 @@
[coverage]
always-on = True
-coverage = xos
+coverage =
+ xos
coverage-report =
term
xml