diff options
author | Diego Elio Pettenò <flameeyes@flameeyes.com> | 2021-03-03 14:51:56 +0100 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2021-03-03 17:04:35 +0100 |
commit | e8fa629389b6676bc9825ef1742a81d5139dc262 (patch) | |
tree | bb5d0e70d1455a791cac1968f706dd7a4c89faa8 /.travis.yml | |
parent | Allow selecting which encoding to use for decoding text commands. (diff) | |
download | freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.gz freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.bz2 freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.lz freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.xz freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.tar.zst freestyle-hid-e8fa629389b6676bc9825ef1742a81d5139dc262.zip |
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index fb34a87..7ef81cf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,9 @@ matrix: include: - python: 3.7 - python: 3.8 + - python: 3.9 env: PYTEST_OPTIONS="--mypy" - - python: 3.9-dev + - python: 3.10-dev install: - pip install .[dev,tools] |