Commit dca515f6 authored by Matthew Brett's avatar Matthew Brett
Browse files

Add smoke tests for install_python script

parent 00026e38
...@@ -53,7 +53,6 @@ install: ...@@ -53,7 +53,6 @@ install:
# this repo includes a simple package to test appveyor # this repo includes a simple package to test appveyor
- git clone git://github.com/ogrisel/python-appveyor-demo.git - git clone git://github.com/ogrisel/python-appveyor-demo.git
build_script: build_script:
# Install build requirements # Install build requirements
- conda install --yes %BUILD_DEPENDS% - conda install --yes %BUILD_DEPENDS%
...@@ -75,3 +74,9 @@ test_script: ...@@ -75,3 +74,9 @@ test_script:
# run tests from install wheel # run tests from install wheel
- cd .. - cd ..
- python -m pyappveyordemo.tests.test_extension - python -m pyappveyordemo.tests.test_extension
# Smoke test of install_python script
- set PYTHON=C:\Python37
- ps: .\install_python.ps1
- set PYTHON=C:\Python37-x64
- ps: .\install_python.ps1
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment