Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adjustments to packaging and tests #17

Merged
merged 9 commits into from Aug 27, 2019
Merged

Adjustments to packaging and tests #17

merged 9 commits into from Aug 27, 2019

Conversation

smmaurer
Copy link
Member

@smmaurer smmaurer commented Aug 27, 2019

This PR makes some small changes to the packaging.

I added a MANIFEST.in file that lists the changelog and the license. This will include those files in the source distribution when we put together releases for pypi (and by extension conda-forge, which gets the files from pypi). The license file in particular is required by conda-forge.

I also added a .txt file extension to the license file because it seems tidier.

No substantive changes to the code.

EDITED TO ADD:

  • fixed the version number in __init__.py, which hadn't been updated for the last release (this won't show up in pypi and conda-forge though)
  • streamlined the travis tests to match the standard install process (now only installs requirements that are specified in setup.py or requirements-dev.txt)
  • added python 3.6 and 3.7 to test suite and affirmed support in setup.py
  • fixed tests that were failing due to changes in OSM database

@sablanchard
Copy link
Contributor

@smmaurer could add to this PR bump up the version in __init__.py to the current version number, it was never increased during the last release: https://github.com/UDST/osmnet/blob/master/osmnet/__init__.py

@coveralls
Copy link

coveralls commented Aug 27, 2019

Pull Request Test Coverage Report for Build 118

  • 4 of 4 (100.0%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 92.43%

Totals Coverage Status
Change from base Build 102: 0.0%
Covered Lines: 464
Relevant Lines: 502

💛 - Coveralls

@smmaurer smmaurer changed the title Adjustments to packaging Adjustments to packaging and tests Aug 27, 2019
@smmaurer smmaurer merged commit 5ab10ee into master Aug 27, 2019
@smmaurer smmaurer deleted the fixes-for-packaging branch August 27, 2019 20:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants