Skip to content

Update code to run under Python3 + Conda packaging

Maeva Pourpoint requested to merge conda_package into master
  • Updated to work with Python 3
  • Added a unit test to test tkeqcut import
  • Updated list of platform specific dependencies to be installed when pip installing tkeqcut (see setup.py)
  • Installed and tested tkeqcut against Python 3.[6,7,8] using tox
  • Formatted Python code to conform to the PEP8 style guide
  • Created conda package for tkeqcut that can run on Python 3.[6,7,8]
  • Updated .gitlab-ci.yml to run a linter and unit tests for Python 3.[6,7,8] in GitLab CI pipeline

Merge request reports