Skip to content

Commit 8405fc7

Browse files
committed
Try py.test instead of trial; try 2.5.
1 parent df9962b commit 8405fc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
language: python
22
python:
3+
- "2.5"
34
- "2.6"
45
- "2.7"
56

67
install:
78
- "pip install pytest Twisted python-coveralls --use-mirrors"
89
script:
9-
- "coverage run $(which trial) ometa"
10-
- "coverage run -a $(which trial) test_parsley"
10+
- "coverage run -a $(which py.test) test_parsley"
1111
- "coverage run -a $(which py.test) examples"
12+
- "cd ometa && coverage run -a $(which py.test) ."
1213
after_success:
1314
- "coveralls"

0 commit comments

Comments
 (0)