From 80bb63460dd4c08c9c7da634d702001aacf636f7 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 24 May 2014 22:14:35 +0200 Subject: [PATCH] Fix previous commit. --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index e907325de..957e74caf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,7 +9,6 @@ python: # command to install dependencies, e.g. pip install -r requirements.txt --use-mirrors install: - pip install -vr requirements.txt - - pip install -r requirements.txt # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION