From 33a6e5c8d4d743781c7236b170020603ac913a4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Sun, 16 May 2021 15:57:23 +0100 Subject: Migrate to GitHub Actions rather than Travis CI. --- .travis.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .travis.yml (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml deleted file mode 100644 index 633fbf3..0000000 --- a/.travis.yml +++ /dev/null @@ -1,24 +0,0 @@ -# SPDX-FileCopyrightText: 2013 The freestyle-hid Authors -# -# SPDX-License-Identifier: 0BSD - -dist: xenial - -language: python - -matrix: - include: - - python: 3.7 - - python: 3.8 - - python: 3.9 - env: PYTEST_OPTIONS="--mypy" - - python: 3.10-dev - -install: - # Work around failures with Python 3.7 on Travis CI coming with its own - # version of attrs that is incompatible with pytest. - - pip install -U attrs - - pip install .[dev,tools] - -script: - - pytest $PYTEST_OPTIONS -- cgit v1.2.3