diff --git a/.drone.yml b/.drone.yml index b1707d6..5473893 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,8 +3,9 @@ name: default steps: - name: test - image: python + image: docker/compose:1.23.2 commands: - - pip install -r requirements.txt - - pytest + - make init + - make up + - make test