Closed ysitu closed 9 years ago
Can you please adjust the due date of the milestone with the release of NetworkX 2.0?
I have changed the milestone for networkx-metis 1.0 to Jul 8. I am thinking that maybe we should cherrypick networkx/networkx#1595 into the 1.10 so that we do not have to wait till release of networkx 2.0, which will be after end of GSoC, before releasing networkx-metis.
I'd be okay with that! It is a minimal change to NetworkX.
Do we have to run pylint
in the script
of .travis.yml ?
If not, can we let #16 in and one of the collaborators set up the hook on travis-ci.org ?
We should run pylint
. It catches more than style errors.
Okay... All I need is just to add pylint *
in the script
section?
Use pylint networkx.addons.metis
.
@dschult @jtorrents @hagberg May one of you please set up the hook on travis-ci.org for this repository?
Run
nose
andpylint
;coverage
is optional.