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 1aaa591 commit ec8d9dfCopy full SHA for ec8d9df
.travis.yml
@@ -6,7 +6,7 @@ before_install:
6
- sudo apt-get update -qq
7
- sudo apt-get install lsb-release
8
- source /etc/lsb-release
9
- - 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 | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
10
- sudo apt-key adv --recv-keys --keyserver pgp.mit.edu 2649A5A9
11
12
- sudo apt-get install -qq python-scipy python-nose
0 commit comments