summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
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