As suggested by @bh in #6, try adding the following to our `.travis.yaml` file in order to avoid symlinking: ``` virtualenv: system_site_packages: true ```