mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-22 20:02:06 +08:00
Travis config file
This commit is contained in:
11
.travis.yml
Normal file
11
.travis.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
language: python
|
||||
python:
|
||||
- 2.5
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- pypy
|
||||
install: echo "No external requirements"
|
||||
script:
|
||||
- cd test
|
||||
- python run.py
|
||||
Reference in New Issue
Block a user