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 language: python
python: python:
- "2.5"
- "2.6" - "2.6"
- "2.7" - "2.7"
before_install: before_install:

Loading…
Cancel
Save