Skip to content

Commit

Permalink
update travis-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
HurinHu committed Nov 16, 2020
1 parent 1b8a10d commit 11d0b52
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 @@ -9,7 +9,7 @@ install:
- pip install coveralls
# command to run tests
script:
- coverage run -m unittest discover 'test' 'test*.py'
- coverage run --source=./test -m unittest discover 'test' 'test*.py'
# coverage
after_success:
coveralls

0 comments on commit 11d0b52

Please sign in to comment.