mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
3465bb1f84
Closes #300.
15 lines
136 B
YAML
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
|