Skip to content

Commit

Permalink
verbose pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
ahartikainen committed Oct 16, 2019
1 parent 5a3eadc commit 72615ae
Showing 1 changed file with 1 addition and 1 deletion.
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 72615ae

Please sign in to comment.