summaryrefslogblamecommitdiffstats
path: root/.travis.yml
blob: 7ef81cf5460977fc3b3f5423c74e79bfc2b4ef87 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12











                                                        
                 
                                  
                      

        
                            


                          
# 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:
  - pip install .[dev,tools]

script:
  - pytest $PYTEST_OPTIONS