Skip to content
Snippets Groups Projects
Commit a4b147e6 authored by Denis Arrivault's avatar Denis Arrivault
Browse files

Up

parent 9469380f
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -20,8 +20,9 @@ before_script: ...@@ -20,8 +20,9 @@ before_script:
- export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR - export APT_CACHE_DIR=`pwd`/apt-cache && mkdir -pv $APT_CACHE_DIR
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev liblapack-dev
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y python3.5 python3.5-dev python3-pip python3-tk
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y matplotlib
- pip3 install --upgrade pip - pip3 install --upgrade pip
- pip3 install scipy matplotlib nose coverage cython - pip3 install scipy nose coverage pytest pytest-cov Sphinx sphinxcontrib-bibtex
- pip3 list - pip3 list
# Main build # Main build
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment