We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b78f7 commit e619099Copy full SHA for e619099
2 files changed
.travis.yml
@@ -2,6 +2,8 @@ language: python
2
python:
3
- "2.6"
4
- "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
install:
8
- "pip install ."
9
script: "python tests.py"
travis.yml
0 commit comments