From 222a9d494de0e022c36bc10043edb3c331828874 Mon Sep 17 00:00:00 2001 From: Eduardo Sousa Date: Thu, 26 Apr 2018 13:08:05 +0100 Subject: [PATCH] Adding support for pytest Change-Id: I8a91a705bdf4d410277822ea9b8d7f95067032b6 Signed-off-by: Eduardo Sousa --- tox.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tox.ini b/tox.ini index ef1f5eb..a36b6ed 100644 --- a/tox.ini +++ b/tox.ini @@ -1,11 +1,11 @@ [tox] -envlist = py27,py3,flake8 +envlist = py27,py3,flake8,pytest toxworkdir={homedir}/.tox [testenv] -deps=nose - mock -commands=nosetests +basepython = python3 +deps = pytest +commands = pytest [testenv:flake8] basepython = python3 -- 2.17.1