Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Install requirements on all tests - pylint failure
  • Loading branch information
Javinator9889 committed Sep 26, 2019
1 parent 15c0a51 commit 285525d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Expand Up @@ -20,6 +20,7 @@ before_script:
- python -V # Print out python version for debugging
- apt update
- apt install -y libchromaprint-tools --install-recommends
- pip install -r YouTubeMDBot/requirements.txt

test:pylint:
script:
Expand All @@ -28,5 +29,4 @@ test:pylint:

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

0 comments on commit 285525d

Please sign in to comment.