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 1
1
cache :
2
2
- apt
3
3
language : python
4
+ sudo : required
5
+ dist : trusty
4
6
python :
5
7
- 2.7
6
8
- 3.4
7
9
env :
8
10
- INSTALL_DEB_DEPENDECIES=true
9
11
- INSTALL_DEB_DEPENDECIES=false
10
12
before_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
12
14
- if [ ${TRAVIS_PYTHON_VERSION:0:1} == "2" ]; then wget http://repo.continuum.io/miniconda/Miniconda2-latest-Linux-x86_64.sh
13
15
-O miniconda.sh; else wget http://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
14
16
-O miniconda.sh; fi
@@ -18,8 +20,8 @@ before_install:
18
20
- if $INSTALL_DEB_DEPENDECIES; then sudo rm -rf /dev/shm; fi
19
21
- if $INSTALL_DEB_DEPENDECIES; then sudo ln -s /run/shm /dev/shm; fi
20
22
# 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'
23
25
- bash <(wget -q -O- http://neuro.debian.net/_files/neurodebian-travis.sh)
24
26
- sudo apt-get update
25
27
# Fix numpy problem: https://github.com/enthought/enable/issues/34#issuecomment-2029381
You can’t perform that action at this time.
0 commit comments