projects
/
osm
/
NBI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2f4fc96
)
added setup.py to flake8 tests
34/6234/2
v4.0.1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Tue, 29 May 2018 11:33:17 +0000
(13:33 +0200)
committer
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 1 Jun 2018 08:00:37 +0000
(10:00 +0200)
Change-Id: Id063d6ff5fcb14dba4872b2f95c02ac8b1376a99
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
46d478b
..
0207a67
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-11,7
+11,7
@@
commands=nosetests
basepython = python3
deps = flake8
commands =
- flake8 osm_nbi --max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226
+ flake8 osm_nbi
/ setup.py
--max-line-length 120 --exclude .svn,CVS,.gz,.git,__pycache__,.tox,local,temp,vnfd_catalog.py,nsd_catalog.py --ignore W291,W293,E226
[testenv:build]
basepython = python3