Merge "Added tox.ini and test-requirements for testing"
This commit is contained in:
commit
a1551361bb
1
test-requirements.txt
Normal file
1
test-requirements.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
doc8
|
14
tox.ini
Normal file
14
tox.ini
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
[tox]
|
||||||
|
minversion = 1.6
|
||||||
|
skipsdist = True
|
||||||
|
|
||||||
|
[testenv]
|
||||||
|
basepython=python2.7
|
||||||
|
setenv =
|
||||||
|
VIRTUAL_ENV={envdir}
|
||||||
|
deps = -r{toxinidir}/test-requirements.txt
|
||||||
|
|
||||||
|
[testenv:doc8]
|
||||||
|
commands =
|
||||||
|
doc8 -e .rst 2015.03.rst 2015.04.rst 2015.next.rst CoreDefinition.rst \
|
||||||
|
GovernanceProcess.rst ProcessCycles.rst README.rst lexicon.rst
|
Loading…
x
Reference in New Issue
Block a user