Skip to content
Snippets Groups Projects
Commit 25fb6302 authored by u214892's avatar u214892
Browse files

#97 tox-conda #94 use miniconda instead of anaconda

parent 890d5bd0
No related branches found
No related tags found
No related merge requests found
......@@ -28,12 +28,10 @@ tests:
- apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH; bash getting_started/getting_started.sh
- pip install tox awscli
- conda install -c conda-forge tox-conda
script:
- xvfb-run tox -v --recreate
- xvfb-run tox -e notebooks -v --recreate
build_and_deploy_docs:
image: "python:latest"
......@@ -47,7 +45,6 @@ build_and_deploy_docs:
- apt install -y graphviz libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH; bash getting_started/getting_started.sh
- pip install tox awscli
- conda install -c conda-forge tox-conda
script:
......@@ -72,7 +69,6 @@ benchmarks_and_profiling:
- apt install -y libgl1-mesa-glx xvfb graphviz xdg-utils libcairo2-dev libjpeg-dev libgif-dev
- wget -nv https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh -O /tmp/Miniconda3-latest-Linux-x86_64.sh
- bash /tmp/Miniconda3-latest-Linux-x86_64.sh -b -p /tmp/miniconda3
- export PATH=/tmp/miniconda3/bin:$PATH; bash getting_started/getting_started.sh
- pip install tox awscli
- conda install -c conda-forge tox-conda
script:
......
[tox]
envlist = py36, py37, examples, flake8, docs, coverage
envlist = py36, py37, examples, notebooks, flake8, docs, coverage
[travis]
python =
......
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