We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8486f2d commit b40d4b5Copy full SHA for b40d4b5
.travis.yml
@@ -1,10 +1,14 @@
1
language: python
2
python:
3
+ - "2.6"
4
- "2.7"
5
- "3.3"
6
- "3.4"
7
- "3.5"
8
# - "pypy" - won't work as smmap doesn't work (see gitdb/.travis.yml for details)
9
+matrix:
10
+ allow_failures:
11
+ python: "2.6"
12
git:
13
# a higher depth is needed for most of the tests - must be high enough to not actually be shallow
14
# as we clone our own repository in the process
0 commit comments