Mercurial > repos > vimalkumarvelayudhan > riboplot
view tox.ini @ 7:096c6bbf4a04
Bugfix: (ribocounts) Read length was sent as rnafile argument in check_optional_arguments
| author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
|---|---|
| date | Thu, 13 Aug 2015 15:03:20 +0100 |
| parents | 8e1efafa6277 |
| children |
line wrap: on
line source
[tox] envlist = py26, py27, py33, py34 [testenv] setenv = PYTHONPATH = {toxinidir}:{toxinidir}/riboplot commands = python setup.py test deps = -r{toxinidir}/requirements.txt
