Document integration provider dependencies

This commit is contained in:
Anders Ingemann 2015-12-13 19:25:46 +01:00
parent bd7675bedf
commit d6e504d388
2 changed files with 8 additions and 1 deletions

View file

@ -1,2 +1,7 @@
EC2
---
Dependencies
~~~~~~~~~~~~
The host machine running the integration tests must have the python package
``boto`` installed (``>= 2.14.0``).

View file

@ -4,4 +4,6 @@ Virtualbox
Dependencies
~~~~~~~~~~~~
vboxapi 1.0
VirtualBox itself is required on the machine that is
running the integration tests. The same machine also needs to
have python package ``vboxapi`` (``>=1.0``) installed.