diff --git a/.cirrus.yml b/.cirrus.yml deleted file mode 100644 index cf744d19..00000000 --- a/.cirrus.yml +++ /dev/null @@ -1,15 +0,0 @@ -freebsd_instance: - image_family: freebsd-14-0 - -test_task: - only_if: "$CIRRUS_BRANCH == 'main' || $CIRRUS_PR != ''" - skip: "!changesInclude('.cirrus.yml', '**.py', 'pyproject.toml', 'setup.*')" - - pip_cache: - folder: ~/.cache/pip - - install_script: - - pkg install -y py38-sqlite3 - - python3.8 -m ensurepip - - pip3 install .[test] - script: pytest