Docker image for running detox test suite.
This image comes set up with detox
, pyenv
, and multiple environments to run test suites against.
Build and tag the image:
$ docker build -t imagebuildinprocess .
$ docker tag imagebuildinprocess metagenscope/detox:latest
Push the image:
$ docker login
$ docker push metagenscope/detox:latest
Clean up:
$ docker rmi imagebuildinprocess metagenscope/detox:latest
Please read CONTRIBUTING.md
for details on our code of conduct, and the process for submitting pull requests to us.
We use SemVer for versioning. For the versions available, see the tags on this repository.
See CHANGELOG.md
.
- Benjamin Chrobot - Initial work - bchrobot
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md
file for details.