1
0
forked from VimPlug/jedi
Files
jedi-fork/.travis.yml
2013-03-12 11:33:01 +01:00

17 lines
376 B
YAML

language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
export PIP_INSECURE=t;
fi
- 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