Skip to content

Commit

Permalink
Testing: Use pip to install missing deps in Appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
ccordoba12 committed Nov 5, 2015
1 parent e7d150b commit 5e5bb5d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions continuous_integration/appveyor/run_test.bat
Expand Up @@ -15,6 +15,12 @@ cd C:\projects\tmp
REM Install the package we created
conda install -q -y --use-local spyder==3.0.0b1

REM Install missing deps
if %PYTHON_VERSION%==3.5 (
pip install jedi==0.8.1
pip install pylint
)

REM Install extra packages
conda install -q -y %EXTRA_PACKAGES%

Expand Down

0 comments on commit 5e5bb5d

Please sign in to comment.