aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-10-10 15:49:26 +0200
committerGravatar Gareth Coles <[email protected]>2018-10-10 15:49:26 +0200
commiteb6a964786f8b42e24c71d5f19bb258fad77e3a2 (patch)
tree3223d2031a53162f35757598ce281866ebde82b6 /Pipfile
parentMove bot.py to __main__.py (Fixes #39) (diff)
Add travis CI YML
Diffstat (limited to 'Pipfile')
-rw-r--r--Pipfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index 90f6f45e..a702616f 100644
--- a/Pipfile
+++ b/Pipfile
@@ -18,4 +18,5 @@ name = "pypi"
python_version = "3.7"
[scripts]
-start = "python -m bot" \ No newline at end of file
+start = "python -m bot"
+lint = "flake8 bot"