Skip to content

Commit d6cbc19

Browse files
committedJul 21, 2015
Revert "try using test requirements with appveyor"
This reverts commit a28f129.
1 parent fc25afb commit d6cbc19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ init:
88
- "ECHO %PYTHON%"
99
- ps: "ls C:/Python*"
1010
install:
11-
- "%PYTHON%/Scripts/pip.exe install -r requirements-tests.txt"
11+
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest mock freezegun"
1212
- "%PYTHON%/Scripts/pip.exe install ."
1313

1414
test_script:

0 commit comments

Comments
 (0)
Please sign in to comment.