Remove boost stuff from travis config

This commit is contained in:
Davis King 2018-01-17 07:08:15 -05:00
parent e1215e5ce5
commit 63f430abfc

View File

@ -41,9 +41,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- libboost-python1.55-dev
- *gcc5_pkgs
# build the python3 extension
- compiler: gcc
@ -57,9 +55,7 @@ matrix:
apt:
sources:
- ubuntu-toolchain-r-test
- boost-latest
packages:
- libboost-python1.55-dev
- python3
- python3-pip
- *gcc5_pkgs