/spectraml

Primary LanguagePythonMIT LicenseMIT

spectraml

Run test with python -m pytest tests or python setup.py test.

Travis CI

This project is tested using Travis CI:

https://travis-ci.org/podondra/spectraml.svg?branch=master

Docker

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 .