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:
parent
8be6afd9e1
commit
5def92800e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue