Skip to content

Commit 5c6ec66

Browse files
author
Aaron Gallagher
committed
Add pytz to travis deps for example testing.
1 parent f6ff888 commit 5c6ec66

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
@@ -4,7 +4,7 @@ python:
44
- "2.7"
55

66
install:
7-
- "pip install pytest Twisted coveralls . --use-mirrors"
7+
- "pip install pytest Twisted coveralls pytz . --use-mirrors"
88
script:
99
- "coverage run $(which trial) test_parsley"
1010
- "coverage run -a $(which trial) ometa"

0 commit comments

Comments
 (0)