Skip to content
This repository has been archived by the owner on May 2, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 411 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 411 Bytes


 DockerZ

Automated, docker based end-to-end test environment for pognetwork/champ

Development

$ python -m venv env
$ source env/bin/activate [win: $ source env/Scripts/activate]
$ pip install -r requirements.txt
$ ./dev.sh