From 0d608c1fb3724c9399842ca6f6c97b147cb23936 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Sat, 7 Feb 2015 01:36:45 +0100 Subject: upgrading packages should not be neccesary on travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ce813654..3dcc7e2f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,7 @@ python: - pypy # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - - "pip install --upgrade --src . -r requirements.txt" + - "pip install --src . -r requirements.txt" # command to run tests, e.g. python setup.py test script: - "nosetests --with-cov --cov-report term-missing" -- cgit v1.2.3