We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f33083 commit e21e074Copy full SHA for e21e074
1 file changed
.travis.yml
@@ -1,7 +1,12 @@
1
language: python
2
python:
3
+ - "2.4"
4
+ - "2.5"
5
+ - "2.6"
6
- "2.7"
7
+ - "3.2"
8
- "3.3"
9
+ - "3.4"
10
install:
11
- "pip install -r requirements-testing.txt --use-mirrors"
12
- "pip install coveralls"
0 commit comments