Skip to content

Commit 0dd3ed4

Browse files
committed
Oops; py.test takes filenames, not module names.
1 parent 6ba165a commit 0dd3ed4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ python:
66
install:
77
- "pip install pytest Twisted python-coveralls . --use-mirrors"
88
script:
9-
- "coverage run -a $(which py.test) test_parsley"
9+
- "coverage run -a $(which py.test) test_parsley.py"
1010
- "coverage run -a $(which py.test) examples"
1111
- "cd ometa && coverage run -a $(which py.test) ."
1212
after_success:

0 commit comments

Comments
 (0)