Skip to content

Commit

Permalink
Added install of requests package from conda - maybe fix import error…
Browse files Browse the repository at this point in the history
… of full_gui
  • Loading branch information
Greg Blumberg committed Jan 11, 2019
1 parent f8c0340 commit 2de2820
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ install:

# Install dependencies
- activate test-environment
- "conda install -q -c conda-forge pyside pyinstaller pytest numpy=%NUMPY_VERSION%"
- "conda install -q -c conda-forge pyside pyinstaller pytest requests numpy=%NUMPY_VERSION%"

# Add to path the current folder
#- "SET PYTHONPATH=%PYTHONPATH%;%CD%"
Expand All @@ -32,8 +32,8 @@ build: off

# Turning off Test Script for now
test_script:
- pytest -v
- sharppy examples/data/14061619.OAX
- pytest -v

before_deploy:
# Make binaries using PyInstaller
Expand Down
2 changes: 1 addition & 1 deletion ci/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ 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 pyside pyinstaller conda-build anaconda-client numpy=$NUMPY_VERSION
conda create -q -n test-environment python=$PYTHON_VERSION nose pyside pyinstaller requests conda-build anaconda-client numpy=$NUMPY_VERSION
source activate test-environment

pip install --upgrade pip
Expand Down

0 comments on commit 2de2820

Please sign in to comment.