viz icon indicating copy to clipboard operation
viz copied to clipboard

Add development install instructions

Open donnemartin opened this issue 9 years ago • 3 comments

donnemartin avatar Jan 18 '16 02:01 donnemartin

Developer Installation

If you're interested in contributing to Viz, run the following commands:

$ git clone https://github.com/donnemartin/viz.git
$ pip install -e .
$ pip install -r requirements-dev.txt
$ pip install -r requirements-web.txt

Continuous Integration

Build Status

Continuous integration details are available on Travis CI.

Unit Tests and Code Coverage

Codecov

Code coverage details are available on Codecov.

Run unit tests in your active Python environment:

$ python tests/run_tests.py

Run unit tests with tox on multiple Python environments:

$ tox

donnemartin avatar Feb 02 '16 12:02 donnemartin

Maybe a docker-compose template would be better with alpine base images ? ;-)

https://github.com/jfloff/alpine-python

roscopecoltran avatar Dec 26 '16 11:12 roscopecoltran

Hi @roscopecoltran, I'm not a big docker user, feel free to submit a PR :)

donnemartin avatar Dec 26 '16 11:12 donnemartin