Skip to content

Commit

Permalink
Install the test deps in before_test
Browse files Browse the repository at this point in the history
  • Loading branch information
scottso committed Aug 24, 2017
1 parent a69a9db commit 0714ff6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,13 @@ environment:
install:
# We need wheel installed to build wheels
- "%PYTHON%\\python.exe -m pip install wheel"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt -r test-requirements.txt"
- "%PYTHON%\\python.exe -m pip install -r requirements.txt"

build: off

before_test:
- "%PYTHON%\\python.exe -m pip install -r test-requirements.txt"

test_script:
# Put your test command here.
# If you don't need to build C extensions on 64-bit Python 3.3 or 3.4,
Expand Down

0 comments on commit 0714ff6

Please sign in to comment.