Skip to content

Commit

Permalink
Increase verbosity in travis test run
Browse files Browse the repository at this point in the history
  • Loading branch information
coldfix committed Dec 27, 2014
1 parent 90b36f1 commit c612e1c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ install:
- pip install nose coverage coveralls
# Actual tests:
script:
- coverage run --source=cpymad test/test_resource.py
- coverage run --source=cpymad -a test/test_madx.py
- coverage run --source=cpymad -a test/test_model.py
- coverage run --source=cpymad -a test/test_locator.py
- coverage run --source=cpymad test/test_resource.py -v
- coverage run --source=cpymad -a test/test_madx.py -v
- coverage run --source=cpymad -a test/test_model.py -v
- coverage run --source=cpymad -a test/test_locator.py -v

after_success:
- coveralls

0 comments on commit c612e1c

Please sign in to comment.