Skip to content

Commit

Permalink
add tests with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasleveil committed Apr 30, 2020
1 parent 611c62b commit 9afdcdf
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 @@ -10,6 +10,7 @@ jobs:
- python: 3.5
- python: 3.6
- python: 3.7
- python: 3.8
- python: pypy3
- env: REDIS_PY=2.10.6
- env: REDIS_PY=3.0.1
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
py{27,34,35,36,37,py}
py{27,34,35,36,37,38,py}

[testenv]
usedevelop = True
Expand Down

0 comments on commit 9afdcdf

Please sign in to comment.