mirror of
https://github.com/wting/autojump
synced 2025-12-09 16:12:00 +00:00
12 lines
120 B
YAML
12 lines
120 B
YAML
language: python
|
|
|
|
python:
|
|
- 2.6
|
|
- 2.7
|
|
|
|
install:
|
|
- pip install --use-mirrors testify
|
|
|
|
script:
|
|
- testify -v tests
|