Skip to content

Commit

Permalink
forgot appveyor
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Nov 30, 2017
1 parent 8aee8fd commit 2b4252d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- "%PYTHON%\\python.exe -m pip install pytest hypothesis coverage codecov"
- "%PYTHON%\\python.exe -m pip install "pytest<3.3.0" hypothesis coverage codecov"

test_script:
- "%PYTHON%\\python.exe -m coverage run --branch setup.py test"
Expand Down

0 comments on commit 2b4252d

Please sign in to comment.