mirror of
https://github.com/davidhalter/jedi.git
synced 2026-01-09 05:22:19 +08:00
11 lines
180 B
YAML
11 lines
180 B
YAML
language: python
|
|
env:
|
|
- TOXENV=py25 PIP_INSECURE=t
|
|
- TOXENV=py26
|
|
- TOXENV=py27
|
|
- TOXENV=py32
|
|
install:
|
|
- pip install --quiet --use-mirrors tox
|
|
script:
|
|
- tox
|