Merge pull request #5471 from ThomasWaldmann/reduce-travis-testing-1.1

reduce testing on travis, no macOS, no py3x-dev, see #5467 (1.1-maint)
This commit is contained in:
TW 2020-11-02 23:47:27 +01:00 committed by GitHub
commit cdd7aa301b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ matrix:
os: linux
dist: focal
env: TOXENV=py38
- python: "3.9-dev"
- python: "3.9"
os: linux
dist: focal
env: TOXENV=py39
@ -31,16 +31,6 @@ matrix:
os: linux
dist: focal
env: TOXENV=flake8
- language: generic
os: osx
osx_image: xcode8.3 # This is the latest working xcode image with osxfuse compatibility; later images come with an OS X version which doesn't allow kernel extensions
env: TOXENV=py35
- language: generic
os: osx
osx_image: xcode11.3
env: TOXENV=py37 SKIPFUSE=true
allow_failures:
- os: osx # OS X builds often take too long and time out, even though tests don't actually fail
before_install: # Abort installation and don't run tests for pull requests if commit only changed the docs
- |