mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
12 lines
113 B
YAML
12 lines
113 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install --use-mirrors testify
|
|
|
|
script:
|
|
- make test
|