projects
/
osm
/
IM.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Replaces packets_dropped nfvi metric for packets_in_dropped and packets_out_dropped
[osm/IM.git]
/
tox.ini
1
[tox]
2
envlist
=
py27,py3
3
toxworkdir
=
{homedir}/.tox
4
5
[testenv]
6
deps
=
nose
7
mock
8
pyyaml
9
commands
=
nosetests
10
11
[testenv:flake8]
12
basepython
=
python
13
deps
=
flake8
14
commands
=
15
flake8 setup.py
16
17
[testenv:build]
18
basepython
=
python
19
deps
=
stdeb
20
setuptools
-
version
-
command
21
commands
=
python setup.py --command-packages=stdeb.command bdist_deb
22
23
[testenv:build3]
24
basepython
=
python3
25
deps
=
stdeb
26
setuptools
-
version
-
command
27
commands
=
python3 setup.py --command-packages=stdeb.command bdist_deb