Skip to content

Commit

Permalink
Merge pull request #28 from wavefrontHQ/austinov/update-travis
Browse files Browse the repository at this point in the history
Add Python 3.9 and Remove EOLed 3.5.
  • Loading branch information
ustinov authored Mar 19, 2021
2 parents 972d412 + 3f15f3c commit e361d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
dist: bionic
language: python
python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"
- "3.9"
install:
- pip install flake8 flake8-colors flake8-import-order
- pip install pep8-naming
Expand Down
2 changes: 1 addition & 1 deletion wavefront_cli/__init__.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""Initialize wavefront cli version."""
__version__ = '0.0.122'
__version__ = '0.0.123'

0 comments on commit e361d1b

Please sign in to comment.