Skip to content

hxri/PolyPhy

 
 

Repository files navigation

Polyphy

Documentation Status Python Package License https://codecov.io/gh/PolyPhyHub/PolyPhy/branch/main/graph/badge.svg?token=D933raYfrG

Tox

Tox is a virtual environment management and test tool that allows you to define and run custom tasks that call executables from Python packages.

Make sure to install tox in the root of your project.

tox # will download the dependencies you have specified, build the package, install it in a virtual environment and run the tests using pytest.
tox -e docs  # to build your documentation
tox -e build  # to build your package distribution
tox -e publish  # to test your project uploads correctly in test.pypi.org
tox -e publish -- --repository pypi  # to release your package to PyPI
tox -av  # to list all the tasks available

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 98.9%
  • Python 1.1%