Skip to content

Commit

Permalink
fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
rking32 committed Jul 19, 2020
1 parent 76a4f95 commit 59703d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@ python:
- "3.8"
install:
- pip install -r requirements.txt
before_script:
- mkdir -p logs
script:
- python test.py
2 changes: 2 additions & 0 deletions userge/logbot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# pylint: disable=missing-module-docstring
#
# Copyright (C) 2020 by UsergeTeam@Github, < https://github.com/UsergeTeam >.
#
# This file is part of < https://github.com/UsergeTeam/Userge > project,
Expand Down

0 comments on commit 59703d1

Please sign in to comment.