From 02120eb5c85f02c2053c6a6449dccb720485e185 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Tue, 20 Aug 2013 13:42:25 +0200 Subject: travis ci: fix pip install order --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d3519b7f..5f4a3602 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ python: - "2.7" # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: + - "pip install -r requirements.txt --use-mirrors" - "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