Skip to content

Commit

Permalink
Add testing for Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jdufresne committed Oct 27, 2019
1 parent b4f21c3 commit bac8a3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,14 @@ matrix:
env: TOXENV=py36-djangomaster
- python: 3.7
env: TOXENV=py37-djangomaster
- python: 3.8
env: TOXENV=py38-djangomaster
- python: 3.7
env: TOXENV=docs
allow_failures:
- env: TOXENV=py36-djangomaster
- env: TOXENV=py37-djangomaster
- env: TOXENV=py38-djangomaster

install:
- pip install tox
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3 :: Only",
],
include_package_data=True,
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ envlist =
py{35,36,37}-django111
py{35,36,37}-django21
py{35,36,37}-django22
py{36,37}-djangomaster
py{36,37,38}-djangomaster
docs

[testenv]
Expand Down

0 comments on commit bac8a3c

Please sign in to comment.