"Refinery-ified" flavor of the higlass-docker (https://github.com/hms-dbmi/higlass-docker/) project
- docker
- git
- python 3
pip install -r requirements-test.txt
python tests.py
- With code coverage:
coverage run tests.py
Ran 9 tests in 47.260s
OK
Cleaning up TestContainerRunner containers...
git tag -a vX.X.X && git push --tags
- A new docker image will be built and tagged with the corresponding tag