Skip to content

Commit

Permalink
Update CI: added -v option to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kyungminlee committed Mar 28, 2018
1 parent 4ed8a0b commit 2430cfb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,4 @@ build_script:
- bash -lc "cd $APPVEYOR_BUILD_FOLDER; /c/%PYTHON_DIR%/python.exe setup.py install"
test_script:
- cd %APPVEYOR_BUILD_FOLDER%
- C:\%PYTHON_DIR%\python.exe tests/test_itensor.py
- C:\%PYTHON_DIR%\python.exe tests/test_itensor.py -v
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ script:
- python setup.py bdist_wheel
- python setup.py install
after_success:
- python tests/test_itensor.py
- python tests/test_itensor.py -v
matrix:
include:
- os: linux
Expand Down

0 comments on commit 2430cfb

Please sign in to comment.