Skip to content

Commit 2e6eaa1

Browse files
committed
drone calls tox
1 parent a8b9156 commit 2e6eaa1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.drone.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,14 @@ platform:
1010
steps:
1111
- name: test
1212
image: python:3.7.5-alpine
13+
environment:
14+
API_KEY:
15+
from_secret: TEST_API_KEY
16+
MY_NEW_ENV: "hello world"
1317
commands:
14-
- echo "testing"
18+
- pip install -U tox
19+
- env
20+
- tox
1521

1622
trigger:
1723
branch:

0 commit comments

Comments
 (0)