* remove pipenv
* Maybe fixing appveyor
* add python to path
* omg
* put the migrate back
* remove pipenv
* Maybe fixing appveyor
* add python to path
* omg
* put the migrate back
* force host for psql
* set user to postgres
* remove ignore bare except
* replace try/except by get_object_or_404 [entry view]
* Fix bare except + change var name to avoid shadowing [Entry view]
* Replace bare except by KeyError exception [Entry view]
* Replace bare except by KeyError exception + fix docstrings quotes
* Replace bare except by KeyError exception
* Fix last bare except
* remove extra parentheses
* fix test + catch error on ids query param
* remove ignore flag on CI
* unpin and update the obvious + deps cleaning
* Remove req.txt and add pipenv to Travis
* fix small lint issue + ignore the bare except for now
* Appveyor update
* Heroku update
* tasks file
* Django 1.11.13 fixed a bug around index naming and it needs to create a new migration
* Doc + add google client step and instructions in inv setup
* Not sure if anyone uses it, but it\'s updated
* add info on pipenv check
* update httplib2
* Doc + invoke fix
* Don't load the .env file for now
* Factories are used for review app, moving them to general and not dev packages
* Add a comment about .env bug in the readme