summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorKostis Anagnostopoulos <ankostis@gmail.com>2016-10-28 09:34:53 +0200
committerKostis Anagnostopoulos <ankostis@gmail.com>2016-10-28 14:34:30 +0200
commit49638411cbf47c44e75e72a5d3a3fa20c0c298e8 (patch)
tree60e2164da9d11ab3b658b0ad6a0f40edb173782f /.travis.yml
parent6e5e30877899ca0d503ce082eab780956259e191 (diff)
downloadgitdb-2.1.1.dev0.tar.gz
chore(ver): bump v2.1.0.dev1 --> 2.1.1.dev0v2.1.1.dev0
+ travis: depend on smmap2-v2.1.1.dev0 + fix leaks_memview: + smmap2: yes + gitdb2: no
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f8e407..0d28ee6 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,11 +12,11 @@ git:
depth: 1000
install:
- pip install coveralls
-
+
## Install any dev-requirements (FIXME: remove on release)
- - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.0.dev1
+ - pip install -I git+https://github.com/ankostis/smmap.git@v2.1.1.dev0
- pip install -r requirements.txt
-script:
+script:
- ulimit -n 48
- ulimit -n
- nosetests -v --with-coverage