Skip to content

Commit a0cd98a

Browse files
committed
Move testing of Py3.8 to Travis.
... to unbreak the build.
1 parent 4906876 commit a0cd98a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ matrix:
9797
- $HOME/.ccache # https://github.com/travis-ci/travis-ci/issues/5853
9898
- $HOME/.cache/matplotlib
9999
allow_failures:
100-
- python: "nightly"
101100

102101
before_install: |
103102
case "$TRAVIS_OS_NAME" in

ci/azure-pipelines-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ steps:
8181
displayName: 'pytest'
8282
env:
8383
PYTHONFAULTHANDLER: 1
84+
condition: or(succeeded(), eq(variables['python.version'], 'Pre'))
8485

8586
- task: PublishTestResults@2
8687
inputs:

0 commit comments

Comments
 (0)