Install dependencies in the "contrib" directory via

> pip install --no-index --find-links /path/to/dependencies *.zip
> pip install --no-index --find-links /path/to/dependencies *.tar.gz

Then, checkout or extract pySDC and run

> nosetests -v pySDC/tests

Note that this will fail for all tests that depend on petsc4py, fenics and pyFFTW.
These packages are not necessary for pySDC but can be used as backend for the spatial discretization.

Also, all examples using matplotlib require a LaTeX installation. Otherwise, those tests will also fail.
