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

continuing fixing

parent f134756d
[run]
plugins = Cython.Coverage
\ No newline at end of file
sudo: required
language: python
python:
- "3.5"
- "3.6"
addons:
apt:
packages:
- gcc
- g++
# command to install dependencies
before_install:
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -qq
install:
- sudo apt-get install -qq gcc-4.8
- export CC="gcc-4.8"
- sudo apt-get install -qq g++-4.8
- export CXX="g++-4.8"
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh
......
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