asselapathirana / epanettools

EPANET calling API for python.
Other
16 stars 13 forks source link

Restructure pakage #9

Closed asselapathirana closed 7 years ago

asselapathirana commented 7 years ago

As of now, it is difficult to test packages before distribution. Following https://blog.ionelmc.ro/2014/05/25/python-packaging/ attempted to restructure. Need to follow it up and get it to compile with the new structure. Use tox for testing. Also need to arrange travis and appveyor CI.

asselapathirana commented 7 years ago

use branch 'repackage' and work on it.

asselapathirana commented 7 years ago

Now the structure is much better. Travis/appveyor testing also added. Streamlined testing locally with tox. Easy version bump and upload to pypi.