Skip to content

Commit

Permalink
🚧 run invoke with explicit cmd echo + pty in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jhermann committed Apr 19, 2015
1 parent 0f8d54d commit 28e5f5e
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 @@ -21,7 +21,7 @@ install:
- "python setup.py develop -U"

# command to run tests
script: invoke ci
script: invoke --echo --pty ci

# report to coveralls.io
after_success:
Expand Down

0 comments on commit 28e5f5e

Please sign in to comment.