Skip to content

Commit

Permalink
restored python -m taichi test for appveyor for now
Browse files Browse the repository at this point in the history
  • Loading branch information
yuanming-hu committed Feb 16, 2020
1 parent 0fa2edd commit 2097096
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 @@ -53,5 +53,5 @@ build_script:
- cd ..
- '%PYTHON% -c "import taichi"'
- "%PYTHON% examples/laplace.py"
- "ti test"
- "%PYTHON% -m taichi test"
- "cd python && %PYTHON% build.py try_upload"

0 comments on commit 2097096

Please sign in to comment.