Граф коммитов

6 Коммитов

Автор SHA1 Сообщение Дата
Lucie 236dec998e
Fix bare excepts + cleanup (#390)
* 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
2018-07-26 11:28:38 +02:00
Lucie 14029cf161
Introducing pipenv (#365)
* 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
2018-05-29 11:16:16 +02:00
Lucie 72a5478fe0
Activate cache on appveyor + migration test (#350)
* add pip upgrade to travis

* appveyor cache
2018-05-16 10:45:09 +02:00
Chris DeCairos c2a523523a
Add SECRET_KEY to test config 2018-02-21 16:33:02 -05:00
Mike Kamermans c84c7c83a5 Add flake8 linting (#179)
Added flake8 linting to the codebase
2017-08-14 15:27:30 -07:00
Christopher DeCairos ec67403fb8 Travis CI and Appveyor CI (#141)
* Travis CI and Appveyor CI
2017-06-27 11:08:21 -07:00