[libraries] added for plotting

This commit is contained in:
mzwiessele 2015-10-04 23:50:17 +01:00
parent effb8074c8
commit 9ed6546420

View file

@ -9,16 +9,12 @@ os:
addons:
apt:
packages:
- inkscape
- libav-tools
- gdb
- mencoder
# - inkscape
# - libav-tools
# - gdb
# - mencoder
- dvipng
- texlive-latex-base
- texlive-latex-extra
- texlive-fonts-recommended
- texlive-latex-recommended
- graphviz
- libpng
# - gfortran
# - libatlas-dev
# - libatlas-base-dev
@ -64,7 +60,7 @@ before_install:
- export PATH="$MINICONDA_INSTALL/bin:$PATH";
install:
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six matplotlib;
- conda install --yes python=$PYTHON_VERSION numpy=1.9 scipy=0.16 nose pip six matplotlib pillow;
- pip install codecov
- python setup.py develop