We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6114935 commit f647c73Copy full SHA for f647c73
.travis.yml
@@ -1,8 +1,11 @@
1
language: python
2
python:
3
+ - "2.4"
4
- "2.5"
5
- "2.6"
6
- "2.7"
7
+ - "3.0"
8
+ - "3.1"
9
- "3.2"
10
script:
11
- python setup.py test
0 commit comments