Skip to content

Commit 15eebb5

Browse files
committed
order stages
1 parent 8efebcd commit 15eebb5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,16 @@ python:
55
- "3.5"
66
- "3.6"
77

8+
stages:
9+
- test
10+
- deploy
11+
812
env:
913
- PYTHONPATH=$PYTHONPATH:./src
1014

1115
install:
1216
- pip install -r test_requirements.txt
1317

14-
1518
jobs:
1619
include:
1720
- stage: test

0 commit comments

Comments
 (0)