Skip to content

Commit

Permalink
Updated GitLabCI
Browse files Browse the repository at this point in the history
  • Loading branch information
Javinator9889 committed Sep 20, 2019
1 parent 7eb0ada commit 981ee04
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitlab-ci.yml
Expand Up @@ -19,13 +19,13 @@ cache:
before_script:
- python -V # Print out python version for debugging
- pip install pylint_runner
- cd YouTubeMDBot
- pip install -r requirements.txt

test:pylint:
script:
- pylint_runner -j 0 --exit-zero --ignored-classes=_socketobject *.py
- 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

0 comments on commit 981ee04

Please sign in to comment.