mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-25 06:41:07 +08:00
12 lines
159 B
YAML
12 lines
159 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
- pypy
|
|
install: echo "No external requirements"
|
|
script:
|
|
- cd test
|
|
- python run.py
|