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

Migrate project to Python 3 and add testing with CI #7

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

kevincon
Copy link
Owner

@kevincon kevincon commented Nov 25, 2018

I have heard from a few people that it has become difficult to reproduce our original results due to the project's Python dependency versions no longer being available on pypi and newer versions of those dependencies breaking API compatibility, so this PR does the following to help protect the project's reproducability into the future:

  • Migrates the project to Python 3
  • Updates the project to use the latest version of most of the project's dependencies
  • Replaces the requirements.txt file with pipenv
  • Adds pytest-based tests to capture the project's important results
  • Facilitates the execution of the tests using tox
  • Automates testing the project via Travis CI
  • Updates the README for these changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant