Skip to content

Commit ba8019b

Browse files
committed
drone calls tox
1 parent a8b9156 commit ba8019b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.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+
- echo "${API_KEY}"
19+
- tox
1520

1621
trigger:
1722
branch:

0 commit comments

Comments
 (0)