forked from VimPlug/jedi
Merge pull request #167 from tkf/simplify-travis-yml
Simplify .travis.yml
This commit is contained in:
18
.travis.yml
18
.travis.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user