Skip to content
This repository has been archived by the owner on Jan 20, 2024. It is now read-only.

Commit

Permalink
Update Drone config
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jan 14, 2020
1 parent f1abdff commit bc7b9dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .drone.yml
Expand Up @@ -7,7 +7,7 @@ steps:
commands:
- pip install pylint
- pip install -r requirements.txt
- pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/helpers project_amber/models
- pylint --rcfile .pylintrc project_amber project_amber/handlers project_amber/controllers project_amber/models
when:
event:
- push
Expand Down

0 comments on commit bc7b9dc

Please sign in to comment.