Replace docs with include directives (rst)
author |
Vimalkumar Velayudhan <vimal@biotechcoder.com> |
date |
Thu, 27 Aug 2015 13:03:28 +0100 |
parents |
8e1efafa6277 |
children |
|
rev |
line source |
3
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
1 [tox]
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
2 envlist = py26, py27, py33, py34
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
3
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
4 [testenv]
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
5 setenv =
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
6 PYTHONPATH = {toxinidir}:{toxinidir}/riboplot
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
7 commands = python setup.py test
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
8 deps =
|
Vimalkumar Velayudhan <vimal@biotechcoder.com>
parents:
diff
changeset
|
9 -r{toxinidir}/requirements.txt |