1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 14:00:46 +00:00
wting_autojump/.travis.yml

14 lines
131 B
YAML
Raw Normal View History

2013-12-31 23:15:25 +00:00
language: python
2022-01-23 01:08:20 +00:00
python: 3.9
env:
2022-01-23 01:08:20 +00:00
- TOX_ENV=py39
- TOX_ENV=flake8
2013-12-31 23:15:25 +00:00
install:
- pip install tox
2013-12-31 23:15:25 +00:00
script:
- tox -e $TOX_ENV