mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-19 23:09:43 +08:00
Install python 3.4 from ppa
This commit is contained in:
@@ -15,6 +15,9 @@ matrix:
|
|||||||
- env: TOXENV=pypy
|
- env: TOXENV=pypy
|
||||||
install:
|
install:
|
||||||
- pip install --quiet --use-mirrors tox
|
- pip install --quiet --use-mirrors tox
|
||||||
|
# install python 3.4 from PPA since Travis does not have python 3.4 yet
|
||||||
|
- sudo apt-add-repository -y ppa:fkrull/deadsnakes
|
||||||
|
- sudo apt-get install python3.4
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user