Skip to content

Commit

Permalink
fix .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MasterOdin committed Nov 17, 2017
1 parent d0c6ddc commit e95fb92
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 @@ -10,7 +10,7 @@ install:
- pip install coverage

script:
- coverage run --source forseti python setup.py test
- coverage run --source forseti setup.py test

after_success:
- coveralls
Expand Down

0 comments on commit e95fb92

Please sign in to comment.