Merge 0e1db13865 into 0609c59676
This commit is contained in:
commit
2337d5aab4
2 changed files with 4 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
sudo: false
|
|
||||||
|
|
||||||
language: python
|
language: python
|
||||||
|
|
||||||
python:
|
python:
|
||||||
|
|
@ -11,7 +9,8 @@ python:
|
||||||
- 3.7
|
- 3.7
|
||||||
- 3.8
|
- 3.8
|
||||||
- 3.9
|
- 3.9
|
||||||
- 3.10-dev
|
- 3.10
|
||||||
|
- python: 3.11-dev
|
||||||
install:
|
install:
|
||||||
- pip install tox-travis codecov
|
- pip install tox-travis codecov
|
||||||
|
|
||||||
|
|
@ -22,7 +21,7 @@ matrix:
|
||||||
fast_finish: true
|
fast_finish: true
|
||||||
|
|
||||||
include:
|
include:
|
||||||
- python: 3.9
|
- python: 3.10
|
||||||
env:
|
env:
|
||||||
- TOXENV=flake8
|
- TOXENV=flake8
|
||||||
|
|
||||||
|
|
|
||||||
1
tox.ini
1
tox.ini
|
|
@ -9,6 +9,7 @@ envlist =
|
||||||
py38
|
py38
|
||||||
py39
|
py39
|
||||||
py310
|
py310
|
||||||
|
py311
|
||||||
flake8
|
flake8
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue