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 6ba165a commit 0dd3ed4Copy full SHA for 0dd3ed4
.travis.yml
@@ -6,7 +6,7 @@ python:
6
install:
7
- "pip install pytest Twisted python-coveralls . --use-mirrors"
8
script:
9
- - "coverage run -a $(which py.test) test_parsley"
+ - "coverage run -a $(which py.test) test_parsley.py"
10
- "coverage run -a $(which py.test) examples"
11
- "cd ometa && coverage run -a $(which py.test) ."
12
after_success:
0 commit comments