Skip to content

Commit

Permalink
what
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Nov 6, 2019
1 parent 961ba24 commit 59a4827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .circleci/ci-run.sh
Expand Up @@ -2,8 +2,6 @@

source .venv/bin/activate

pip3 install pylint

pylint jake

LINTER_STATUS=$?
Expand Down
2 changes: 2 additions & 0 deletions .circleci/ci-setup.sh
Expand Up @@ -15,3 +15,5 @@ source .venv/bin/activate
pip3 install python-semantic-release

pip3 install -r requirements.txt

pip3 install pylint

0 comments on commit 59a4827

Please sign in to comment.