Skip to content

Commit

Permalink
Test with Python 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchainz committed Oct 3, 2019
1 parent 61e74cd commit 54b48c2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
1 change: 1 addition & 0 deletions .python-version
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
2.7.16
pypy3.6-7.1.1
pypy2.7-7.1.1
3.8-dev
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
dist: xenial # required for Python 3.7 (travis-ci/travis-ci#9069)
dist: xenial
env:
global:
- ELASTICSEARCH_URL="http://localhost:9200/"
Expand All @@ -20,6 +20,7 @@ python:
- "3.5"
- "3.6"
- "3.7"
- "3.8"

script:
- pip install --upgrade tox
Expand Down
7 changes: 4 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ envlist =
check,
{py27,py34,py35}-django18,
{py27,py34,py35,py36}-django111,
{py34,py35,py36,py37}-django20,
{py35,py36,py37}-django21,
{py35,py36,py37}-django22
{py34,py35,py36,py37,py38}-django20,
{py35,py36,py37,py38}-django21,
{py35,py36,py37,py38}-django22

[testenv]
basepython =
Expand All @@ -15,6 +15,7 @@ basepython =
py35: {env:TOXPYTHON:python3.5}
py36: {env:TOXPYTHON:python3.6}
py37: {env:TOXPYTHON:python3.7}
py38: {env:TOXPYTHON:python3.8}
{clean,check,report}: {env:TOXPYTHON:python3.7}
setenv =
PYTHONPATH={toxinidir}/tests
Expand Down

0 comments on commit 54b48c2

Please sign in to comment.