Skip to content

Commit

Permalink
Try to get core tests running on appveyor...
Browse files Browse the repository at this point in the history
  • Loading branch information
mcfletch committed Oct 27, 2019
1 parent e694fbb commit 4ce790d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,22 +70,23 @@ init:

install:
- "powershell appveyor\\install.ps1"
- "%CMD_IN_ENV% python -m pip install pygame pytest numpy"
- "%CMD_IN_ENV% python setup.py install"
- cd accelerate
- "%CMD_IN_ENV% python setup.py install"
- cd ..

build: off

test_script:
- "ECHO pytest tests not being run"

after_test:
build_script:
- cd accelerate
- "ECHO %WITH_COMPILER% %PYTHON%/python.exe setup.py bdist_wheel"
- "%WITH_COMPILER% %PYTHON%/python.exe setup.py bdist_wheel"
- cd ..

test_script:
- "%CMD_IN_ENV% pytest -sv tests/test_core.py"

after_test: off

artifacts:
- path: accelerate\dist\*
name: dist-accel
Expand Down

0 comments on commit 4ce790d

Please sign in to comment.