Mercurial > repos > vimalkumarvelayudhan > riboplot
diff tox.ini @ 3:8e1efafa6277
Updated version
* Bugfix: blue lines in some plots (bar colors were not set correctly)
* Cookiecutter template
* Additional unit tests
* Add plot legend
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 12 Aug 2015 09:27:45 +0100 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tox.ini Wed Aug 12 09:27:45 2015 +0100 @@ -0,0 +1,9 @@ +[tox] +envlist = py26, py27, py33, py34 + +[testenv] +setenv = + PYTHONPATH = {toxinidir}:{toxinidir}/riboplot +commands = python setup.py test +deps = + -r{toxinidir}/requirements.txt \ No newline at end of file