mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-18 06:19:39 +08:00
Travis: add apt-get update
This commit is contained in:
@@ -17,6 +17,7 @@ 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
|
# 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-add-repository -y ppa:fkrull/deadsnakes
|
||||||
|
- sudo apt-get update
|
||||||
- sudo apt-get install python3.4
|
- sudo apt-get install python3.4
|
||||||
script:
|
script:
|
||||||
- tox
|
- tox
|
||||||
|
|||||||
Reference in New Issue
Block a user