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

15 lines
136 B
YAML
Raw Normal View History

2013-12-31 23:15:25 +00:00
language: python
python:
- 2.6
2013-12-31 23:15:25 +00:00
- 2.7
- 3.2
- 3.3
- 3.4
2013-12-31 23:15:25 +00:00
install:
- pip install --use-mirrors pytest
2013-12-31 23:15:25 +00:00
script:
2014-01-08 18:09:54 +00:00
- make test