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

16 lines
294 B
YAML
Raw Normal View History

2013-12-31 23:15:25 +00:00
language: python
2018-12-03 03:48:46 +00:00
python:
- 2.7
- 3.3
- 3.4
- 3.5
- 3.6
2013-12-31 23:15:25 +00:00
install:
2018-12-03 03:48:46 +00:00
- pip install mock coverage ipdb ipython pytest pre-commit autopep8 flake8
2013-12-31 23:15:25 +00:00
script:
2018-12-03 03:48:46 +00:00
- coverage run --source=bin/ --omit=bin/autojump_argparse.py -m py.test -vv -rxs --tb native -s --strict
- coverage report -m