Testing Drone CI
This commit is contained in:
9
.drone.yml
Normal file
9
.drone.yml
Normal file
@@ -0,0 +1,9 @@
|
||||
kind pipeline
|
||||
name default
|
||||
|
||||
steps
|
||||
- name test
|
||||
image python
|
||||
commands
|
||||
- pip install -r requirements.txt
|
||||
- pytest --flake8 --isort
|
||||
2
requirements.txt
Normal file
2
requirements.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
pytest-flake8
|
||||
pytest-isort
|
||||
Reference in New Issue
Block a user