Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
PyLint installation only on its test
  • Loading branch information
Javinator9889 committed Sep 20, 2019
1 parent 8b7b626 commit 3a421f2
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -18,14 +18,13 @@ cache:

before_script:
- python -V # Print out python version for debugging
- pip install pylint

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

test:
script:
- cd YouTubeMDBot
- pip install -r requirements.txt
- python -m unittest $(pwd)/tests/*.py
- python -m unittest $(pwd)/YouTubeMDBot/tests/*.py

0 comments on commit 3a421f2

Please sign in to comment.