Skip to content

Commit

Permalink
Revert "try using test requirements with appveyor"
Browse files Browse the repository at this point in the history
This reverts commit a28f129.
  • Loading branch information
Kwpolska committed Jul 21, 2015
1 parent fc25afb commit d6cbc19
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-tests.txt"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
- "%PYTHON%/Scripts/pip.exe install ."

test_script:
Expand Down

0 comments on commit d6cbc19

Please sign in to comment.