Skip to content

Commit

Permalink
try using test requirements with appveyor
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Warrick <kwpolska@gmail.com>
  • Loading branch information
Kwpolska committed Jul 20, 2015
1 parent 105446b commit a28f129
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -8,7 +8,7 @@ init:
- "ECHO %PYTHON%"
- ps: "ls C:/Python*"
install:
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
- "%PYTHON%/Scripts/pip.exe install -r requirements-tests.txt"
- "%PYTHON%/Scripts/pip.exe install ."

test_script:
Expand Down

0 comments on commit a28f129

Please sign in to comment.