Skip to content

Commit e21e074

Browse files
committed
Try building on other versions of Python.
Just to see what happens.
1 parent 1f33083 commit e21e074

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
language: python
22
python:
3+
- "2.4"
4+
- "2.5"
5+
- "2.6"
36
- "2.7"
7+
- "3.2"
48
- "3.3"
9+
- "3.4"
510
install:
611
- "pip install -r requirements-testing.txt --use-mirrors"
712
- "pip install coveralls"

0 commit comments

Comments
 (0)