Skip to content

Commit 0ddeca3

Browse files
committed
Update travis.yml.
1 parent 90b8726 commit 0ddeca3

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.travis.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,8 @@ python:
66
- "3.3"
77

88
install:
9-
- "pip install pytest Twisted coveralls pytz . --use-mirrors"
9+
- "pip install pytest coveralls pytz ."
1010
script:
11-
- "coverage run $(which trial) test_parsley"
12-
- "coverage run -a $(which trial) ometa"
13-
- "coverage run -a $(which py.test) examples"
11+
- "coverage run $(which py.test) ."
1412
after_success:
1513
- "coveralls"

0 commit comments

Comments
 (0)