Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 1 addition & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,24 +23,14 @@ matrix:
os: linux
dist: focal
env: TOXENV=py38
- python: "3.9-dev"
- python: "3.9"
os: linux
dist: focal
env: TOXENV=py39
- python: "3.8"
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
- |
Expand Down