Skip to content

Commit

Permalink
Fix 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 Nov 15, 2017
1 parent fe2e727 commit 7bf76be
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:
- ps: "ls C:/Python*"
install:
- "%PYTHON%/python.exe -m pip install -U pip setuptools"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt pytest coverage pytest-cov mock freezegun"
- "%PYTHON%/Scripts/pip.exe install -r requirements-extras.txt py==1.4.34 pytest coverage pytest-cov mock freezegun"
- "%PYTHON%/Scripts/pip.exe install ."

test_script:
Expand Down

0 comments on commit 7bf76be

Please sign in to comment.