Skip to content

Commit

Permalink
Adding Python 3.8 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
2xyo committed May 12, 2020
1 parent b265862 commit e46f4b2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,8 @@ python:
- "3.4"
- "3.5"
- "3.6"
matrix:
include:
- python: 3.7 # https://github.com/travis-ci/travis-ci/issues/9069#issuecomment-425720905
dist: xenial
sudo: true
- "3.7"
- "3.8"
install:
- pip install -U pip setuptools
- pip install tox-travis
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,6 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
],
)
3 changes: 2 additions & 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,style,isort-check
envlist = py27,py34,py35,py36,py37,py38,style,isort-check

[testenv]
deps =
Expand Down Expand Up @@ -39,3 +39,4 @@ python =
3.5: py35, style
3.6: py36, style, isort-check
3.7: py37, style
3.8: py38, style

0 comments on commit e46f4b2

Please sign in to comment.