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

Up with python 3.5

parent 3606a1be
No related branches found
No related tags found
No related merge requests found
Pipeline #
...@@ -21,7 +21,7 @@ before_script: ...@@ -21,7 +21,7 @@ before_script:
- export SITE_PACKAGES=`pwd`/site_packages && mkdir -pv $SITE_PACKAGES - export SITE_PACKAGES=`pwd`/site_packages && mkdir -pv $SITE_PACKAGES
- export PYTHONPATH=$PYTHONPATH:$SITE_PACKAGES - export PYTHONPATH=$PYTHONPATH:$SITE_PACKAGES
- apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev - apt-get update -yq && apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y cmake libfftw3-dev
- apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.6 python3.6-dev python3-pip - apt-get -o dir::cache::archives="$APT_CACHE_DIR" install -y liblapack-dev python3.5 python3.5-dev python3-pip
- pip3 install --target=$SITE_PACKAGES scipy matplotlib nose coverage - pip3 install --target=$SITE_PACKAGES scipy matplotlib nose coverage
# 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