Skip to content

Commit

Permalink
Add support for Python 3.8
Browse files Browse the repository at this point in the history
modified:   .travis.yml
modified:   tox.ini
  • Loading branch information
jugmac00 authored and paddycarey committed Oct 5, 2020
1 parent 70015ac commit 1d0d34a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
sudo: false
language: python
matrix:
include:
- python: 3.8
env: TOX_ENV=py38
- python: 3.7
env: TOX_ENV=py37
- python: 3.6
env: TOX_ENV=py36
- python: 3.5
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
ignore = E501

[tox]
envlist = py27,py35,py36,py37,flake8
envlist = py27,py35,py36,py37,py38,flake8

[testenv]
deps = pytest>=3.0
Expand Down

0 comments on commit 1d0d34a

Please sign in to comment.