Skip to content

Commit

Permalink
Fixing Travis CI install script to support PySide2
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Blumberg committed Sep 12, 2019
1 parent 23e6fbc commit d34ea02
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,10 @@ conda update -q conda
conda install -n -q root _license
conda info -a
conda config --add channels conda-forge
conda create -q -n test-environment python=$PYTHON_VERSION nose pyinstaller conda-build anaconda-client numpy=$NUMPY_VERSION
source activate test-environment
conda env create -f environment.yml
source activate devel
conda install -c conda-forge -q pytest-cov conda-build anaconda-client

pip install --upgrade pip
conda install -q qtpy
conda install -q conda-forge pyside2
conda install -c conda-forge -q pytest-cov
if [[ "$COVERALLS" == "YES" ]]; then
echo "Installing coveralls ..."
conda install -c conda-forge -q coveralls
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: devel
channels:
- conda-forge/label/testing
- conda-forge
- conda-forge/label/testing
- anaconda
dependencies:
- python=3
Expand Down

0 comments on commit d34ea02

Please sign in to comment.