Skip to content

Commit

Permalink
Merge pull request #145 from stan-dev/feature/verbose_tests
Browse files Browse the repository at this point in the history
verbose pytest
  • Loading branch information
mitzimorris committed Oct 16, 2019
2 parents 01e12b7 + 72615ae commit 3c95917
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 @@ -73,6 +73,6 @@ test_script:
- "SET MAKE=mingw32-make.exe"
- "mkdir new_dir"
- "cd new_dir"
- "python -m pytest ../test"
- "python -m pytest -v ../test"
- "python -m pip install -r ../requirements-optional.txt"
- "python ../test/example_script.py"
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ script:
- mkdir new_dir
- cd new_dir
- flake8 --extend-ignore=E127,E201,E202,E203,E231,E252,E266,E402,E999,F401,F841,W503,W605 --max-line-length=80 ../cmdstanpy
- pytest ../test
- pytest -v ../test
- python -m pip install -r ../requirements-optional.txt
- python ../test/example_script.py

0 comments on commit 3c95917

Please sign in to comment.