Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
ci(Azure): Skip Python 3.8 temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokome Bentley committed Oct 23, 2020
1 parent 3dafa88 commit 3ef02a4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 6 deletions.
14 changes: 8 additions & 6 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,20 @@ jobs:
- job: test
strategy:
matrix:
linux_38:
image_name: ubuntu-latest
python_version: 3.8
tox_env: py38
# Tests currently fail on Python 3.8
# See https://dev.azure.com/stencila/stencila/_build/results?buildId=5535&view=logs&j=38fd7a33-d748-558c-70ce-1912bb91ad52&t=415b5ed4-06c4-5967-2ee6-668119fa5b13&l=190
#linux_38:
# image_name: ubuntu-latest
# python_version: 3.8
# tox_env: py38
linux_37:
image_name: ubuntu-latest
python_version: 3.7
tox_env: py37
mac:
image_name: macOS-latest
python_version: 3.8
tox_env: py38
python_version: 3.7
tox_env: py37

# Tests currently fail on windows
# See https://github.com/stencila/pyla/issues/2
Expand Down
3 changes: 3 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[tox]
minversion = 3.7.0

[testenv]
deps = -r{toxinidir}/requirements-dev.txt
commands = pytest --cov {envsitepackagesdir}/stencila/pyla --cov-report term --cov-report xml --cov-report html tests
Expand Down

0 comments on commit 3ef02a4

Please sign in to comment.