Allow unauthenticated packages during Travis build.

This commit is contained in:
Ryan Curtin
2018-07-03 11:37:27 -04:00
parent a3369342e5
commit 4d0bc7a548
+2 -2
View File
@@ -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