From 4bbcf795e3a8148219125f1b72359cae47e74d69 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 20 Aug 2013 13:32:18 +0200 Subject: travis ci: make sure that netlib is installed from head --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 153322a6..d3519b7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,9 @@ language: python python: - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors -install: "pip install -r requirements.txt --use-mirrors" +install: + - "pip install --upgrade git+https://github.com/mitmproxy/netlib.git" + - "pip install --upgrade git+https://github.com/mitmproxy/pathod.git" + - "pip install -r requirements.txt --use-mirrors" # command to run tests, e.g. python setup.py test script: nosetests \ No newline at end of file -- cgit v1.2.3