Set commands on dox.yml of dox to a list

Change-Id: I75df883ba2e6d7f8210b0ef3f0a17dff3ab74370
This commit is contained in:
Chmouel Boudjnah 2014-10-01 11:21:59 +02:00
parent 0339a34458
commit 769e05c696
1 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,5 @@ add:
- test-requirements.txt
prep:
- pip install -U -r requirements.txt -r test-requirements.txt
commands: python setup.py testr --slowest
commands:
- python setup.py testr --slowest