view tox.ini @ 19:6e3b13906b54

Use packages from the test toolshed. Add bedtools dependency
author Vimalkumar Velayudhan <vimalkumarvelayudhan@gmail.com>
date Fri, 28 Aug 2015 11:07:26 +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