mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
14 lines
131 B
YAML
14 lines
131 B
YAML
language: python
|
|
|
|
python: 3.9
|
|
|
|
env:
|
|
- TOX_ENV=py39
|
|
- TOX_ENV=flake8
|
|
|
|
install:
|
|
- pip install tox
|
|
|
|
script:
|
|
- tox -e $TOX_ENV
|