Skip to content

Commit 30e706e

Browse files
committed
Retry trial for travis.
1 parent 0d66727 commit 30e706e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ python:
66
install:
77
- "pip install pytest Twisted coveralls . --use-mirrors"
88
script:
9-
- "coverage run -a $(which py.test) test_parsley.py"
9+
- "coverage run $(which trial) test_parsley"
10+
- "coverage run -a $(which trial) ometa"
1011
- "coverage run -a $(which py.test) examples"
11-
- "cd ometa && coverage run -a $(which py.test) ."
1212
after_success:
1313
- "coveralls"

0 commit comments

Comments
 (0)