File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11cache :
22- apt
33language : python
4+ sudo : required
5+ dist : trusty
46python :
57- 2.7
68- 3.4
79env :
810- INSTALL_DEB_DEPENDECIES=true
911- INSTALL_DEB_DEPENDECIES=false
1012before_install :
11- - echo 'APT::Default-Release "precise";' | sudo tee /etc/apt/apt.conf.d/01ubuntu
13+ # - echo 'APT::Default-Release "precise";' | sudo tee /etc/apt/apt.conf.d/01ubuntu
1214- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
1315 -O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
1416 -O miniconda.sh; fi
@@ -18,8 +20,8 @@ before_install:
1820- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
1921- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
2022# Enable universe and multiverse
21- - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
22- - sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
23+ # - sudo bash -c 'echo "deb http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
24+ # - sudo bash -c 'echo "deb-src http://archive.ubuntu.com/ubuntu/ trusty main universe multiverse" >> /etc/apt/sources.list.d/trusty.list'
2325- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
2426- sudo apt-get update
2527# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
You can’t perform that action at this time.
0 commit comments