mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-17 22:09:37 +08:00
Simplify .travis.yml
This commit is contained in:
+5
-11
@@ -1,16 +1,10 @@
|
|||||||
language: python
|
language: python
|
||||||
python:
|
env:
|
||||||
- 2.5
|
- TOXENV=py25 PIP_INSECURE=t
|
||||||
- 2.6
|
- TOXENV=py26
|
||||||
- 2.7
|
- TOXENV=py27
|
||||||
- 3.2
|
- TOXENV=py32
|
||||||
install:
|
install:
|
||||||
- if [[ $TRAVIS_PYTHON_VERSION == '2.5' ]]; then
|
|
||||||
export PIP_INSECURE=t;
|
|
||||||
fi
|
|
||||||
- pip install --use-mirrors tox
|
- pip install --use-mirrors tox
|
||||||
script:
|
script:
|
||||||
- export TOXENV=$(echo "$TRAVIS_PYTHON_VERSION" |
|
|
||||||
sed --regexp-extended 's/([0-9])\.([0-9])/py\1\2/g')
|
|
||||||
- echo "TOXENV=$TOXENV"
|
|
||||||
- tox
|
- tox
|
||||||
|
|||||||
Reference in New Issue
Block a user