Skip to content

Commit

Permalink
Install spykeutils the correct way on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
rproepp committed Jul 3, 2013
1 parent ef276c0 commit 548fcb3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq python-guiqwt python-tables python-matplotlib
install:
- wget https://github.com/rproepp/spykeutils/archive/develop.zip
- unzip develop.zip
- python ./spykeutils-develop/setup.py develop
- pip install --use-mirrors https://github.com/rproepp/spykeutils/tarball/develop
- python setup.py develop
script: xvfb-run -s "-screen 0 1280x1024x24 -noreset" nosetests

0 comments on commit 548fcb3

Please sign in to comment.