1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00
wting_autojump/.travis.yml
2022-01-23 02:09:21 +01:00

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