Skip to content

Commit

Permalink
Update wheel on travis before publishing package.
Browse files Browse the repository at this point in the history
Tag version 3.3.5-dev0
  • Loading branch information
hardbyte committed Oct 11, 2020
1 parent ab793f6 commit dab4a9f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ python:
- "2.7"
- "3.6"
- "3.7"
- 3.8-dev
- "3.8"
- nightly
# PyPy:
- pypy # Python 2.7
Expand All @@ -24,6 +24,7 @@ env:

install:
- if [[ "$TEST_SOCKETCAN" ]]; then sudo bash test/open_vcan.sh ; fi
- travis_retry pip install -U pip wheel setuptools
- travis_retry pip install .[test]
- pip freeze

Expand Down
2 changes: 1 addition & 1 deletion can/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import logging

__version__ = "3.3.4"
__version__ = "3.3.5-dev0"

log = logging.getLogger('can')

Expand Down

0 comments on commit dab4a9f

Please sign in to comment.