1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2024-12-25 17:27:31 +00:00

try llfuse on py39

there was a fixed llfuse release today, so lets try it!
This commit is contained in:
Thomas Waldmann 2020-10-04 16:50:38 +02:00
parent 8be6afd9e1
commit 5def92800e

View file

@ -30,11 +30,11 @@ matrix:
- python: "3.9-dev" - python: "3.9-dev"
os: linux os: linux
dist: xenial dist: xenial
env: TOXENV=py39 SKIPFUSE=true env: TOXENV=py39
- python: "3.9-dev" - python: "3.9-dev"
os: linux os: linux
dist: focal dist: focal
env: TOXENV=py39 SKIPFUSE=true env: TOXENV=py39
- python: "3.6" - python: "3.6"
os: linux os: linux
dist: xenial dist: xenial