Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Updated GitLabCI
Signed-off-by: Javinator9889 <javialonso007@hotmail.es>
  • Loading branch information
Javinator9889 committed Sep 20, 2019
1 parent 55bbe28 commit 7eb0ada
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -18,14 +18,14 @@ cache:

before_script:
- python -V # Print out python version for debugging
- pip install pylint
- pip install pylint_runner
- cd YouTubeMDBot
- pip install -r requirements.txt

test:pylint:
script:
- pylint --ignored-classes=_socketobject *.py
- pylint_runner -j 0 --exit-zero --ignored-classes=_socketobject *.py

test:
script:
- python -m unittest $(pwd)/YouTubeMDBot/tests/*.py
- python -m unittest $(pwd)/tests/*.py

0 comments on commit 7eb0ada

Please sign in to comment.