1
0
mirror of https://github.com/wting/autojump synced 2024-09-28 22:10:45 +00:00
wting_autojump/.travis.yml
2014-06-28 18:36:52 -07:00

15 lines
136 B
YAML

language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
install:
- pip install --use-mirrors pytest
script:
- make test