Skip to content

Commit

Permalink
collecting all data from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanMagazinnik committed Oct 25, 2016
1 parent 87bd7b8 commit 232cfdb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ before_script:
- cd $TRAVIS_BUILD_DIR

script:
- coverage run --source=pywinauto/mouse.py pywinauto/unittests/test_mouse.py
- coverage run --source=pywinauto/linux/keyboard.py pywinauto/unittests/test_keyboard.py
- coverage run -a --source=pywinauto/mouse.py pywinauto/unittests/test_mouse.py
- coverage run -a --source=pywinauto/linux/keyboard.py pywinauto/unittests/test_keyboard.py

after_success:
- codecov

0 comments on commit 232cfdb

Please sign in to comment.