summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@flameeyes.com>2021-05-16 16:57:23 +0200
committerDiego Elio Pettenò <flameeyes@flameeyes.com>2021-05-16 16:57:23 +0200
commit33a6e5c8d4d743781c7236b170020603ac913a4c (patch)
tree71a1ad8cdc974e353add26b236b6f0dade01c059 /.travis.yml
parentFix fat-fingered copy. (diff)
downloadfreestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.gz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.bz2
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.lz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.xz
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.tar.zst
freestyle-hid-33a6e5c8d4d743781c7236b170020603ac913a4c.zip
Diffstat (limited to '')
-rw-r--r--.travis.yml24
1 files changed, 0 insertions, 24 deletions
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