Skip to content

Commit

Permalink
Merge pull request #150 from Telefonica/feat/py38
Browse files Browse the repository at this point in the history
feat: Add support for python 3.8
  • Loading branch information
rgonalo committed Jan 15, 2020
2 parents db74b0a + c3a058f commit 587b1bd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,10 @@ matrix:
env: TOX_ENV=py37
dist: xenial
sudo: true
- python: 3.8
env: TOX_ENV=py38
dist: xenial
sudo: false
install:
- pip install tox
- pip install setuptools
Expand Down
4 changes: 3 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Toolium Changelog
=================

v1.5.7
v1.6.0
------

*Release date: In development*
Expand All @@ -22,6 +22,8 @@ v1.5.7
[Capabilities]
goog___loggingPrefs: {'performance': 'ALL', 'browser': 'ALL', 'driver': 'ALL'}
- Add support for python 3.8

v1.5.6
------

Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.7.dev0
1.6.0.dev0
2 changes: 2 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ def get_long_description():
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Topic :: Software Development :: Libraries :: Python Modules',
'Topic :: Software Development :: Quality Assurance',
'Topic :: Software Development :: Testing',
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py27, py34, py35, py36, py37
envlist = py27, py34, py35, py36, py37, py38

[testenv]
passenv = TRAVIS TRAVIS_JOB_ID TRAVIS_BRANCH
Expand Down

0 comments on commit 587b1bd

Please sign in to comment.