projects
/
osm
/
common.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cb1b3c
)
Adding support for pytest
40/6040/2
author
Eduardo Sousa
<eduardosousa@av.it.pt>
Thu, 26 Apr 2018 12:08:05 +0000
(13:08 +0100)
committer
Eduardo Sousa
<eduardosousa@av.it.pt>
Thu, 26 Apr 2018 14:44:31 +0000
(15:44 +0100)
Change-Id: I8a91a705bdf4d410277822ea9b8d7f95067032b6
Signed-off-by: Eduardo Sousa <eduardosousa@av.it.pt>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
ef1f5eb
..
a36b6ed
100644
(file)
--- 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