Skip to content

Commit 007af31

Browse files
committed
drone calls tox
1 parent a8b9156 commit 007af31

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.drone.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ platform:
1010
steps:
1111
- name: test
1212
image: python:3.7.5-alpine
13+
environment:
14+
API_KEY:
15+
from_secret: TEST_API_KEY
1316
commands:
14-
- echo "testing"
17+
- pip install -U tox
18+
- env
19+
- tox
1520

1621
trigger:
1722
branch:

0 commit comments

Comments
 (0)