mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-12 18:31:41 +08:00
10 lines
134 B
YAML
10 lines
134 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.7
|
|
- 3.2
|
|
install: echo "No external requirements"
|
|
script:
|
|
- cd test
|
|
- ./test.sh
|