Skip to content

Commit

Permalink
Retry trial for travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
habnabit committed Aug 22, 2013
1 parent 0d66727 commit 30e706e
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 @@ -6,8 +6,8 @@ python:
install:
- "pip install pytest Twisted coveralls . --use-mirrors"
script:
- "coverage run -a $(which py.test) test_parsley.py"
- "coverage run $(which trial) test_parsley"
- "coverage run -a $(which trial) ometa"
- "coverage run -a $(which py.test) examples"
- "cd ometa && coverage run -a $(which py.test) ."
after_success:
- "coveralls"

0 comments on commit 30e706e

Please sign in to comment.