1
0
forked from VimPlug/jedi

Merge pull request #167 from tkf/simplify-travis-yml

Simplify .travis.yml
This commit is contained in:
David Halter
2013-03-14 08:02:03 -07:00

View File

@@ -1,16 +1,10 @@
language: python
python:
- 2.5
- 2.6
- 2.7
- 3.2
env:
- TOXENV=py25 PIP_INSECURE=t
- TOXENV=py26
- TOXENV=py27
- TOXENV=py32
install:
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
export PIP_INSECURE=t;
fi
- pip install --use-mirrors tox
- pip install --quiet --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