mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-15 08:11:57 +08:00
14 lines
285 B
YAML
14 lines
285 B
YAML
language: python
|
|
python:
|
|
- 2.5
|
|
- 2.6
|
|
- 2.7
|
|
- 3.2
|
|
install:
|
|
- pip install --use-mirrors tox
|
|
script:
|
|
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
|
|
sed --regexp-extended 's/([0-9])\.([0-9])/py\1\2/g')
|
|
- echo "TOXENV=$TOXENV"
|
|
- tox
|