view tox.ini @ 16:ef39290c19af

Replace docs with include directives (rst)
author Vimalkumar Velayudhan <vimal@biotechcoder.com>
date Thu, 27 Aug 2015 13:03:28 +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