Skip to content

Commit 30b77bd

Browse files
committed
Update .circleci/config.yml
1 parent 59ddcb2 commit 30b77bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
command: pip install -r requirements.txt -r requirements-dev.txt --user
3838
- run:
3939
name: Lint
40-
command: pylint pykemon tests setup.py
40+
command: python -m pylint pykemon tests setup.py
4141
- run:
4242
name: Run Tests
4343
command: python -m unittest tests.test_pykemon

0 commit comments

Comments
 (0)