projects
/
osm
/
N2VC.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e370f3b
)
Adds skipdist back
57/8857/2
author
beierlm
<mark.beierl@canonical.com>
Wed, 6 May 2020 16:05:16 +0000
(12:05 -0400)
committer
beierlm
<mark.beierl@canonical.com>
Wed, 6 May 2020 16:07:44 +0000
(18:07 +0200)
The merge has been failing, probably due to unmaintained distribution
code for debian packages that are no longer needed. This patch
reinstates the skipdist step to tox.ini
Change-Id: Ia4134222f85075fda9e9a535493eb77ceabb855f
Signed-off-by: beierlm <mark.beierl@canonical.com>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
bd89241
..
d2674c9
100644
(file)
--- a/
tox.ini
+++ b/
tox.ini
@@
-14,6
+14,7
@@
[tox]
envlist = cover, flake8, pylint
+skipsdist=True
[testenv]