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

Commit

Permalink
Make pip install reqs.txt in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
tdemin committed Jun 12, 2019
1 parent ad9c059 commit 774a301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .drone.yml
Expand Up @@ -6,4 +6,5 @@ steps:
image: python:3.7-stretch
commands:
- pip install pylint
- pip install -r requirements.txt
- pylint project_amber

0 comments on commit 774a301

Please sign in to comment.