Run test with python -m pytest tests
or python setup.py test
.
This project is tested using Travis CI:
To run a Docker container use the commands below after you build the image from provided Dockerfile:
$ docker run -it -v "$PWD":/root --name $CONTAINER_NAME $IMAGE_NAME bash # pip install -e .