Skip to content

Commit

Permalink
Install test suite dependencies on AppVeyor
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 10, 2015
1 parent 02e8e72 commit a2e022b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
secure: DCxZQaYFWVR0zWqjTPXhhlRlLdmKNMS2qDUwIR8jRar13clunOqJIaXn+vKInS7g
install:
- cmd: 'gem install fakes3'
- cmd: '"%PYTHON%\Scripts\pip.exe" install . https://github.com/xolox/coveralls-python/archive/master.zip'
- cmd: '"%PYTHON%\Scripts\pip.exe" install --quiet https://github.com/coagulant/coveralls-python/archive/master.zip'
- cmd: 'scripts\prepare-test-environment.cmd'
build: off
test_script:
Expand Down
6 changes: 6 additions & 0 deletions scripts/prepare-test-environment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@
:: installation, upgrade and/or removal is tested in the test suite to make
:: sure that the test suite starts from a known state.

:: Install pip-accel in editable mode.
"%PYTHON%\Scripts\pip.exe" install --quiet --editable .

:: Install the test suite's dependencies.
"%PYTHON%\Scripts\pip.exe" install --quiet --requirement=requirements-testing.txt

:: Downgrade setuptools so that the test suite can verify that setuptools is
:: upgraded to >= 0.8 when a binary wheel is installed. Performing this
:: downgrade inside the test suite process doesn't work as expected because pip
Expand Down

0 comments on commit a2e022b

Please sign in to comment.