We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 758c293 commit ba10cf1Copy full SHA for ba10cf1
.appveyor.yml
@@ -38,6 +38,7 @@ install:
38
git config --global user.name "Travis Runner"
39
40
- pip install -e .
41
+ - pip install -I git+https://github.com/ankostis/smmap.git@leaks
42
43
build: false
44
.travis.yml
@@ -12,6 +12,7 @@ git:
12
depth: 1000
13
install:
14
- pip install coveralls
15
16
script:
17
- ulimit -n 48
18
- ulimit -n
0 commit comments