Skip to content

Move tests from setup.py to tox

Teake Nutma requested to merge tn/tox into develop

Benefits:

  • test deps are all in the tox.ini file (and not in both the setup.py and .gitlab-ci.yml)
  • easier to run tests locally (just a $ tox call)
  • cleaner .gitlab-ci.yml

Merge request reports