We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe86645 commit a9b78f7Copy full SHA for a9b78f7
1 file changed
travis.yml
@@ -1,6 +1,9 @@
1
language: python
2
python:
3
+ - "2.6"
4
- "2.7"
5
+ - "3.3"
6
+ - "3.4"
7
# command to install dependencies
8
install: "pip install -r requirements.txt"
9
# command to run tests
0 commit comments