Commit 32878929 authored by Dr.李's avatar Dr.李

using updated toolchain

parent ec4ae735
......@@ -8,6 +8,10 @@ dist: trusty
install:
# We do this conditionally because it saves us some downloading if the
# version is the same.
- sudo add-apt-repository ppa:ubuntu-toolchain-r/test
- sudo apt-get update
- sudo apt-get upgrade
- sudo apt-get dist-upgrade
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get -qq update
- sudo apt-get -qq install g++-5
......@@ -36,7 +40,6 @@ install:
- conda install pandas
- conda install scikit-learn
- conda install cython
- conda install libgcc
- conda install -c conda-forge arrow
- pip install simpleutils
- pip install coveralls
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment