We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9d189d commit 0bb5764Copy full SHA for 0bb5764
1 file changed
.travis.yml
@@ -6,6 +6,9 @@ python:
6
- "3.4"
7
# - "pypy" - won't work as smmap doesn't work (see smmap/.travis.yml for details)
8
9
+git:
10
+ # a higher depth is needed for one of the tests - lets fet
11
+ depth: 1000
12
install:
13
- pip install coveralls
14
script:
0 commit comments