mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
11 lines
112 B
YAML
11 lines
112 B
YAML
|
language: python
|
||
|
|
||
|
python:
|
||
|
- 2.7
|
||
|
|
||
|
install:
|
||
|
- pip install --use-mirrors testify
|
||
|
|
||
|
script:
|
||
|
- testify -v tests
|