Skip to content

Commit 6ba165a

Browse files
committed
Drop python 2.5; install parsley for running tests.
1 parent 8405fc7 commit 6ba165a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
language: python
22
python:
3-
- "2.5"
43
- "2.6"
54
- "2.7"
65

76
install:
8-
- "pip install pytest Twisted python-coveralls --use-mirrors"
7+
- "pip install pytest Twisted python-coveralls . --use-mirrors"
98
script:
109
- "coverage run -a $(which py.test) test_parsley"
1110
- "coverage run -a $(which py.test) examples"

0 commit comments

Comments
 (0)