Allow unauthenticated packages during Travis build.
This commit is contained in:
+2
-2
@@ -13,8 +13,8 @@ before_install:
|
||||
# For the python bindings we need pandas >= 0.15.0.
|
||||
- wget -O- http://neuro.debian.net/lists/trusty.us-ca.full | sudo tee /etc/apt/sources.list.d/neurodebian.sources.list
|
||||
- sudo apt-key adv --recv-keys --keyserver hkp://ha.pool.sks-keyservers.net 0xA5D32F012649A5A9
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq libopenblas-dev liblapack-dev g++ libboost-all-dev python3-pip cython3 python3-numpy python3-pandas
|
||||
- sudo apt-get update
|
||||
- sudo apt-get install -y --allow-unauthenticated libopenblas-dev liblapack-dev g++ libboost-all-dev python3-pip cython3 python3-numpy python3-pandas
|
||||
# Install both python2 and python3 modules, and the build will decide which to
|
||||
# use.
|
||||
- sudo pip install cython numpy pandas
|
||||
|
||||
Reference in New Issue
Block a user