We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e62223 commit d2da848Copy full SHA for d2da848
.travis.yml
@@ -54,6 +54,7 @@ jobs:
54
55
# testing socketcan on Trusty & Python 3.6, since it is not available on Xenial
56
- stage: test
57
+ name: Socketcan
58
os: linux
59
dist: trusty
60
python: "3.6"
@@ -75,6 +76,7 @@ jobs:
75
76
python: nightly
77
78
- stage: documentation
79
+ name: "Sphinx Build"
80
python: "3.7"
81
before_install:
82
- travis_retry pip install -r doc/doc-requirements.txt
@@ -84,6 +86,7 @@ jobs:
84
86
# -n nitpicky
85
87
- python -m sphinx -an doc build
88
- stage: deploy
89
+ name: "PyPi Deployment"
90
91
deploy:
92
provider: pypi
can/__init__.py
@@ -8,7 +8,7 @@
8
9
import logging
10
11
-__version__ = "3.2.0-a1"
+__version__ = "3.2.0a2"
12
13
log = logging.getLogger('can')
14
0 commit comments