Mercurial > repos > vimalkumarvelayudhan > riboplot
view tox.ini @ 6:2ffa8172dce1
Tests for valid RNA Seq bam and warnings when there are no RNA counts
author | Vimalkumar Velayudhan <vimal@biotechcoder.com> |
---|---|
date | Wed, 12 Aug 2015 16:28:43 +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