Skip to content

Commit d2da848

Browse files
committed
Update job names in travis stages
1 parent 4e62223 commit d2da848

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454

5555
# testing socketcan on Trusty & Python 3.6, since it is not available on Xenial
5656
- stage: test
57+
name: Socketcan
5758
os: linux
5859
dist: trusty
5960
python: "3.6"
@@ -75,6 +76,7 @@ jobs:
7576
python: nightly
7677

7778
- stage: documentation
79+
name: "Sphinx Build"
7880
python: "3.7"
7981
before_install:
8082
- travis_retry pip install -r doc/doc-requirements.txt
@@ -84,6 +86,7 @@ jobs:
8486
# -n nitpicky
8587
- python -m sphinx -an doc build
8688
- stage: deploy
89+
name: "PyPi Deployment"
8790
python: "3.7"
8891
deploy:
8992
provider: pypi

can/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
import logging
1010

11-
__version__ = "3.2.0-a1"
11+
__version__ = "3.2.0a2"
1212

1313
log = logging.getLogger('can')
1414

0 commit comments

Comments
 (0)