Skip to content

Commit

Permalink
Fix the same bug again on AppVeyor ಠ_ಠ
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Nov 10, 2015
1 parent a2e022b commit a1a532a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions scripts/prepare-test-environment.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@
:: 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
:: Install the test suite's dependencies. We ignore py.test wheels because of
:: an obscure issue that took me hours to debug and I really don't want to get
:: into it here :-(.
"%PYTHON%\Scripts\pip.exe" install --no-binary=pytest --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
Expand Down

0 comments on commit a1a532a

Please sign in to comment.