Browse Source

Update Travis CI configuration to also test with Python 2.6.

tags/v0.3.3
Marcio Faustino 10 years ago
parent
commit
e632d0dd44
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .travis.yml

+ 1
- 0
.travis.yml View File

@@ -1,5 +1,6 @@
language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"


Loading…
Cancel
Save