GFDRR / thinkhazard_processing

Think Hazard: Overcome Risk - Processing module
0 stars 1 forks source link

Create a temporary venv to install a recent virtualenv #5

Closed pgiraud closed 8 years ago

pgiraud commented 8 years ago

Because the version of virtualenv installed as a system package may not be up-to-date, we sometimes get flake8 installed with no extensions. This pull request fixes it by installing virtualenv in a temporary virtual environnement in order to create the one we want to use for the application. Please review.

arnaud-morvan commented 8 years ago

Thanks, I get F401 (imported but not used) with this. LGTM