Skip to content

Commit

Permalink
bla
Browse files Browse the repository at this point in the history
  • Loading branch information
lazka committed Dec 9, 2017
1 parent 06ef552 commit a94b839
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ environment:
- PYTHON: "C:\\Python36-x64"

install:
- %PYTHON%\\python.exe -m pip install pytest\<3.3.0 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
- %PYTHON%\\python.exe -m coverage xml -i
- %PYTHON%\\python.exe -m codecov --file coverage.xml
- "%PYTHON%\\python.exe -m coverage run --branch setup.py test'
- "%PYTHON%\\python.exe -m coverage xml -i"
- "%PYTHON%\\python.exe -m codecov --file coverage.xml"

build: off

0 comments on commit a94b839

Please sign in to comment.