We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d66727 commit 30e706eCopy full SHA for 30e706e
.travis.yml
@@ -6,8 +6,8 @@ python:
6
install:
7
- "pip install pytest Twisted coveralls . --use-mirrors"
8
script:
9
- - "coverage run -a $(which py.test) test_parsley.py"
+ - "coverage run $(which trial) test_parsley"
10
+ - "coverage run -a $(which trial) ometa"
11
- "coverage run -a $(which py.test) examples"
- - "cd ometa && coverage run -a $(which py.test) ."
12
after_success:
13
- "coveralls"
0 commit comments