Skip to content

Commit

Permalink
updated .travis to enable pyqt without segfaults
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelvin Rodriguez committed Jan 24, 2018
1 parent 8b79a64 commit 16cff5b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,19 @@ install:
# Install dependencies
- conda config --add channels usgs-astrogeology
- conda config --add channels conda-forge
- conda install qt==5.6 pyqt==5.6
- conda install qt==5.6 pyqt==5.6
- conda install -c conda-forge numpy scipy pandas gdal scikit-learn matplotlib
- conda install -c usgs-astrogeology plio

# Development installation
- conda install pytest pytest-cov pytest-qt
- pip install coveralls

before_script:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start

script:
- python setup.py build_ui
- python setup.py develop
Expand Down

0 comments on commit 16cff5b

Please sign in to comment.