Skip to content

Commit

Permalink
added python3-pyqt4 package in .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hans-permana committed Sep 20, 2016
1 parent ad98011 commit 834e83b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ python:

install:
- sudo apt-get update
- sudo apt-get install python3-pyqt4
# We do this conditionally because it saves us some downloading if the
# version is the same.
- wget https://repo.continuum.io/miniconda/Miniconda3-latest-Linux-x86_64.sh -O miniconda.sh;
Expand All @@ -22,7 +23,7 @@ install:

- conda create -q -n test-environment python=$TRAVIS_PYTHON_VERSION pytest pytest-cov
- source activate test-environment
- conda install numpy scipy netcdf4 pyqt
- conda install numpy scipy netcdf4
- conda install pyproj matplotlib bokeh jupyter ipywidgets
- python setup.py install

Expand Down

0 comments on commit 834e83b

Please sign in to comment.