Skip to content

Commit

Permalink
Test on Python 3.8 final
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Oct 15, 2019
1 parent 53ee380 commit 9f6ee74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: python
cache: pip
dist: xenial
python: 3.7
python: 3.8
addons:
apt:
packages:
Expand Down Expand Up @@ -38,6 +38,10 @@ jobs:
- env: GROUP=2
python: pypy2.7-6.0
# Other Supported CPython
- env: GROUP=1
python: 3.7
- env: GROUP=2
python: 3.7
- env: GROUP=1
python: 3.6
- env: GROUP=2
Expand All @@ -47,15 +51,7 @@ jobs:
- env: GROUP=2
python: 3.5

- env: GROUP=1
python: 3.8-dev
- env: GROUP=2
python: 3.8-dev

fast_finish: true
# It's okay to fail on the in-development CPython version.
allow_failures:
- python: 3.8-dev

before_install: tools/travis/setup.sh
install: travis_retry tools/travis/install.sh
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ commands = pytest --timeout 300 --cov=pip --cov-report=term-missing --cov-report
[testenv:docs]
# Don't skip install here since pip_sphinxext uses pip's internals.
deps = -r{toxinidir}/tools/requirements/docs.txt
basepython = python3.7
basepython = python3.8
commands =
sphinx-build -W -d {envtmpdir}/doctrees/html -b html docs/html docs/build/html
# Having the conf.py in the docs/html is weird but needed because we
Expand Down

0 comments on commit 9f6ee74

Please sign in to comment.