diff options
| author | 2018-10-10 15:49:26 +0200 | |
|---|---|---|
| committer | 2018-10-10 15:49:26 +0200 | |
| commit | eb6a964786f8b42e24c71d5f19bb258fad77e3a2 (patch) | |
| tree | 3223d2031a53162f35757598ce281866ebde82b6 /Pipfile | |
| parent | Move bot.py to __main__.py (Fixes #39) (diff) | |
Add travis CI YML
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |