Skip to content

Commit

Permalink
TEST: travis.yml tweaks for less verbose logging
Browse files Browse the repository at this point in the history
use neurodebian for pandas (pip has to compile = bad)
  • Loading branch information
jeremygray committed Jan 9, 2015
1 parent b4bf3f9 commit 97a02a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ before_install:
- sudo apt-cache policy # What is actually available?
- travis_retry sudo apt-get install -qq xvfb xauth libgl1-mesa-dri
- travis_retry sudo apt-get install -qq python-pyglet python-pygame python-opengl
- travis_retry sudo pip install gevent # Don't use apt-get (too old version of gevent)
- travis_retry sudo pip install -qq gevent # Don't use apt-get (too old version of gevent)
- travis_retry sudo apt-get install -qq python-yaml python-xlib
- travis_retry sudo pip install -qq psutil # Don't use apt-get (too old version of psutil)
- travis_retry sudo pip install msgpack-python #not apt-get (no permissions for universe)
- travis_retry sudo pip install -qq msgpack-python #not apt-get (no permissions for universe)
- travis_retry sudo apt-get install -qq python-numpy python-scipy python-matplotlib python-lxml
- travis_retry sudo apt-get install -qq python-configobj python-imaging python-openpyxl python-mock python-wxgtk2.8 libavbin0 python-pyo
- travis_retry sudo pip install pandas #not apt-get (no permissions for universe)
- travis_retry sudo apt-get install -qq python-pandas
install:
- travis_retry sudo apt-get install -qq flac
- flac -version
Expand Down

0 comments on commit 97a02a1

Please sign in to comment.