Skip to content

Commit 8d30aa9

Browse files
committed
Removed 2.4 and 2.5 (Requests needs > 2.6 support).
Added doctests call.
1 parent fdc3d75 commit 8d30aa9

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.travis.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
language: python
22
python:
3-
- 2.4
4-
- 2.5
53
- 2.6
64
- 2.7
7-
install: pip install -r requirements.txt --use-mirrors
8-
script: nosetests tests
5+
install:
6+
- pip install -r requirements.txt --use-mirrors
7+
script:
8+
- nosetests tests
9+
- ./bin/doctest
910

0 commit comments

Comments
 (0)