##// END OF EJS Templates
CI: Run Pytest tests on Appveyor
Nikita Kniazev -
Show More
@@ -23,12 +23,14 b' init:'
23 install:
23 install:
24 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
24 - "SET PATH=%PYTHON%;%PYTHON%\\Scripts;%PATH%"
25 - python -m pip install --upgrade setuptools pip
25 - python -m pip install --upgrade setuptools pip
26 - pip install nose coverage pytest
26 - pip install nose coverage pytest pytest-cov pytest-trio pywin32 matplotlib
27 - pip install .[test]
27 - pip install .[test]
28 - mkdir results
28 - mkdir results
29 - cd results
29 - cd results
30 test_script:
30 test_script:
31 - iptest --coverage xml
31 - iptest --coverage xml
32 - cd ..
33 - pytest -ra --cov --cov-report=xml
32 on_finish:
34 on_finish:
33 - curl -Os https://uploader.codecov.io/latest/windows/codecov.exe
35 - curl -Os https://uploader.codecov.io/latest/windows/codecov.exe
34 - codecov -e PYTHON_VERSION,PYTHON_ARCH
36 - codecov -e PYTHON_VERSION,PYTHON_ARCH
General Comments 0
You need to be logged in to leave comments. Login now