Skip to content

Commit

Permalink
Setting up rollbar for error reporting (#36)
Browse files Browse the repository at this point in the history
* Setting up rollbar for error reporting

* Fixed typo in import

* Removed a bunch of unnecessary files

Also properly setup rollbar

* Deleting old scripts

* A bunch of small things

* Fixing import issues

* Making pylint happy
  • Loading branch information
rscarvalho authored Apr 23, 2020
1 parent e592973 commit 209ad51
Show file tree
Hide file tree
Showing 11 changed files with 845 additions and 158 deletions.
581 changes: 581 additions & 0 deletions .pylintrc

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@ python-termstyle = "*"
rednose = "*"
honcho = "*"
autopep8 = "*"
isort = "*"
pylint = "*"
pylint-flask = "*"

[packages]
flask = "*"
uwsgi = "*"
distribute = "*"
webob = "*"
rollbar = "*"
flask-cors = "*"

[requires]
python_version = "3.7"

[scripts]
tests = "nosetests -c nose.cfg"
start = "honcho start web"
179 changes: 173 additions & 6 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 0 additions & 27 deletions deploy.sh

This file was deleted.

Loading

0 comments on commit 209ad51

Please sign in to comment.