Skip to content

Commit

Permalink
force python 3.8 for linter and docs tests
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Hellmann <[email protected]>
  • Loading branch information
dhellmann committed Jun 5, 2020
1 parent cc78641 commit 43adb39
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ matrix:
- python: "nightly"
include:
- env: BUILD=docs
python: 3.8
- env: BUILD=linter
python: 3.8

# travis pre-installs some packages that may conflict with our test
# dependencies, so remove them before we set ourselves up. Also
Expand Down
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ exclude = .tox,dist,doc,*.egg,build
ignore = W504

[testenv:docs]
basepython=python3.8
setenv =
BUILD=docs
ENABLE_SPELLING=1
Expand Down

0 comments on commit 43adb39

Please sign in to comment.