Skip to content

Commit dab4a9f

Browse files
committed
Update wheel on travis before publishing package.
Tag version 3.3.5-dev0
1 parent ab793f6 commit dab4a9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python:
1212
- "2.7"
1313
- "3.6"
1414
- "3.7"
15-
- 3.8-dev
15+
- "3.8"
1616
- nightly
1717
# PyPy:
1818
- pypy # Python 2.7
@@ -24,6 +24,7 @@ env:
2424

2525
install:
2626
- if [[ "$TEST_SOCKETCAN" ]]; then sudo bash test/open_vcan.sh ; fi
27+
- travis_retry pip install -U pip wheel setuptools
2728
- travis_retry pip install .[test]
2829
- pip freeze
2930

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.3.4"
11+
__version__ = "3.3.5-dev0"
1212

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

0 commit comments

Comments
 (0)