Skip to content

Commit 3dd632a

Browse files
Build Stages
1 parent 5dc8aed commit 3dd632a

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

.travis.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
language: python
22
jobs:
33
include:
4+
- stage: "Tests"
45
- name: "Linux Python 3.6"
56
python: '3.6'
67
- name: "Linux Python 3.7"
@@ -27,11 +28,11 @@ install:
2728
- python -m pip install --upgrade pytest
2829
script: python -m pytest tests/unit_tests.py
2930

30-
deploy:
31-
provider: pypi
32-
user: "__token__"
33-
password: $pypitoken
34-
edge: true
35-
on:
36-
branch: master
37-
python: '3.7'
31+
- stage: "Deploy"
32+
deploy:
33+
provider: pypi
34+
user: "__token__"
35+
password: $pypitoken
36+
edge: true
37+
on:
38+
branch: master

0 commit comments

Comments
 (0)