Browse Source

add test for Python 2.5

1.4
clowwindy 12 years ago
parent
commit
a95bc13bd3
  1. 1
      .travis.yml

1
.travis.yml

@ -1,5 +1,6 @@
language: python
python:
- "2.5"
- "2.6"
- "2.7"
before_install:

Loading…
Cancel
Save