We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59ddcb2 commit 30b77bdCopy full SHA for 30b77bd
1 file changed
.circleci/config.yml
@@ -37,7 +37,7 @@ jobs:
37
command: pip install -r requirements.txt -r requirements-dev.txt --user
38
- run:
39
name: Lint
40
- command: pylint pykemon tests setup.py
+ command: python -m pylint pykemon tests setup.py
41
42
name: Run Tests
43
command: python -m unittest tests.test_pykemon
0 commit comments