Skip to content
Snippets Groups Projects
Commit bb85b231 authored by Ingo Meyer's avatar Ingo Meyer
Browse files

Working tests on the ci test runner

parent c4f70f57
No related branches found
No related tags found
No related merge requests found
......@@ -92,7 +92,7 @@ before_script:
# Script from Ingo Heimbach:
- apt-get update
- apt-get install -y curl bzip2 git
- apt-get install -y curl bzip2 git mesa-utils
- curl -O -L https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh
- chmod +x Miniconda3-latest-Linux-x86_64.sh
- ./Miniconda3-latest-Linux-x86_64.sh -b -p /opt/miniconda3
......
......@@ -22,14 +22,15 @@ dependencies:
- pyFFTW=0.10
# File IO:
- hyperspy=1.3
- hyperspy-gui-ipywidgets=1.0
- hyperspy-gui-traitsui=1.0 # TODO: Optional! Delete when mayavi is gone!
# - hyperspy-gui-ipywidgets=1.0
# - hyperspy-gui-traitsui=1.0 # TODO: Optional! Delete when mayavi is gone!
- h5py=2.7
# Plotting and colors: # TODO: Shift to plotting package?
- matplotlib=2.0 # Only works with qt4 from conda-forge channel!
- Pillow=4.1
- cmocean=1.1
- qt=4.8 # Necessary because of traits in mayavi...
# - qt=4.8 # Necessary because of traits in mayavi...
- pyqt=5.6.0
- mayavi=4.5 # TODO: Get rid of!
#- colorspacious # TODO: NOT USED?
#- visvis # TODO: NOT USED?
......
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