networkx / networkx-metis

NetworkX Addon to allow graph partitioning with METIS
Other
79 stars 21 forks source link

Update gitignore and setup.py #24

Closed OrkoHunter closed 9 years ago

OrkoHunter commented 9 years ago

Fixes #23 and removes >=2.0 dependency.

OrkoHunter commented 9 years ago

Before we merge this, there's a failure on travis

 File "/home/travis/build/OrkoHunter/networkx-metis/networkx/addons/metis/enums.py", line 113, in MetisDbgLvl
    contiginfo, memory) = [1 << x for x in range(9) + [11]]
nose.proxy.TypeError: unsupported operand type(s) for +: 'range' and 'list'

We need to fix that.

OrkoHunter commented 9 years ago

Done

OrkoHunter commented 9 years ago

We can merge this PR after everything goes well on travis.

OrkoHunter commented 9 years ago

Well, this line needs fix too over Python 3 and pypy 3.

OrkoHunter commented 9 years ago

Build on branch test-travis is passing now. We can merge this and #16 after I update that.