Skip to content

Commit

Permalink
[travis] do not build pyside
Browse files Browse the repository at this point in the history
  • Loading branch information
sdrave committed Feb 25, 2016
1 parent ab84c89 commit 7812fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -7,7 +7,7 @@ before_install:
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo add-apt-repository -y ppa:fenics-packages/fenics ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get update -qq ; fi
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install -y -qq python-docopt python-pytest python-opengl python-distribute ipython python-pyside python-pyvtk python-mpi4py ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install pyside open-mpi ; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install open-mpi ; fi
- for pkg in ipyparallel pytest-cov python-coveralls ; do sudo -E pip install ${pkg} ; done
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo -E pip install docopt pytest pyopengl pyvtk mpi4py ; fi
# using aptitude here because it auto-fixes problems
Expand Down

0 comments on commit 7812fa4

Please sign in to comment.