We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eafeecf commit 7f408caCopy full SHA for 7f408ca
.travis.yml
@@ -7,7 +7,7 @@ before_install:
7
- sudo apt-get install lsb-release
8
- source /etc/lsb-release
9
- echo ${DISTRIB_CODENAME}
10
- - wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
+ - wget -O- http://neuro.debian.net/lists/${DISTRIB_CODENAME}.us-nh.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
11
- sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
12
- sudo apt-get update -qq
13
- sudo apt-get install -qq python-scipy python-nose
0 commit comments