Skip to content

Commit

Permalink
Add Python 3.8 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pitercl committed Apr 1, 2020
1 parent 76365da commit beea197
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ python:
- '3.5'
- '3.6'
- '3.7'
- '3.8'

install:
- pip install -r requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tox]
# platform specification support is available since version 2.0
minversion = 2.0
envlist = py{27,35,36}-{linux,win32}
envlist = py{27,35,36,37,38}-{linux,win32}

[testenv]
# See https://docs.python.org/2/library/sys.html#sys.platform for platform codes
Expand Down

0 comments on commit beea197

Please sign in to comment.