Add tox target to build the plugin

This is required to integrate into the plugin CI.

Change-Id: If57eeede0313ef5346283d654a40cb328cdaa256
This commit is contained in:
Simon Pasquier 2016-07-20 14:48:57 +02:00
parent 71437adf5e
commit 5ef8543196
1 changed files with 9 additions and 1 deletions

10
tox.ini
View File

@ -1,5 +1,5 @@
[tox]
envlist = docs
envlist = docs,build_plugin
skipsdist = True
[testenv]
@ -16,3 +16,11 @@ whitelist_externals = make
commands =
make clean html SPHINXOPTS=-W
[testenv:build_plugin]
changedir = {toxinidir}
whitelist_externals =
fpb
bash
commands =
fpb --check {toxinidir} --debug
fpb --build {toxinidir} --debug