Skip to content

Commit c101f86

Browse files
author
Costin Bleotu
committed
added all feature branches to drone
1 parent 0b8fd17 commit c101f86

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.drone.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
pipeline:
22
build:
3-
image: python:alpine
3+
image: python:${PYTHON_VERSION}:alpine
44
commands:
5-
- python tests/interface_test.py
5+
- python tests/interface_test.py
6+
7+
matrix:
8+
PYTHON_VERSION:
9+
- 2.7
10+
- 3.3
11+
- 3.4
12+
- 3.5
13+
14+
branches: [ master, feature/* ]

0 commit comments

Comments
 (0)