comparison 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
comparison
equal deleted inserted replaced
2:b6fd86c539ea 3:8e1efafa6277
1 [tox]
2 envlist = py26, py27, py33, py34
3
4 [testenv]
5 setenv =
6 PYTHONPATH = {toxinidir}:{toxinidir}/riboplot
7 commands = python setup.py test
8 deps =
9 -r{toxinidir}/requirements.txt