aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorLasse Kaihlavirta <l.kaihlavirt@partner.samsung.com>2020-12-16 09:15:09 +0000
committerGerrit Code Review <gerrit@onap.org>2020-12-16 09:15:09 +0000
commitab27141d3585af25de56f00cb763f08d734299e0 (patch)
tree01bfef6f105fa23d651a5c3cdedfc14435964771 /tox.ini
parent4c7c4eb6b8f43e3dd27a0581de62cb93148f649e (diff)
parentb761beb3ea2bafd786473775b5ba0afcb3fa2fd3 (diff)
Merge "Move Masspnf simulator code from Integration repository to it's own"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini13
1 files changed, 12 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 9a019f4..3ba56ca 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[tox]
minversion = 3.2.0
-envlist = json,yaml,py,md
+envlist = json,yaml,py,md,pytest
skipsdist = true
requires = pip >= 8
@@ -42,3 +42,14 @@ commands_pre =
/bin/sh -c "git --no-pager diff HEAD HEAD^ --name-only '*.md' > /tmp/.coalist_md"
commands =
/bin/bash -c "coala --non-interactive --disable-caching --no-autoapply-warn md --files $(</tmp/.coalist_md) \ "
+
+[testenv:pytest]
+basepython = python3
+deps =
+ pytest
+ pyyaml
+ docker
+commands = pytest -v
+
+[testenv:MassPnfSim-runtime]
+basepython = python3