From 9ca82c34fc7d2c899589a0db3757211fe70222c6 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Tue, 2 Aug 2016 11:44:37 +0200 Subject: [PATCH] Fix .travis.yml. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index b57babcb6..508beb835 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,7 +17,7 @@ env: install: - if [ "$WITH_OPT_DEPS" = "true" ] ; then pip install -vr requirements.txt; fi - if [[ "$TRAVIS_PYTHON_VERSION" =~ ^3\.[4-9] ]] ; then pip install -v git+https://github.com/ProgVal/irctest.git; fi - - pip uninstall limnoria || true + - echo "y" | pip uninstall limnoria || true # command to run tests, e.g. python setup.py test script: - echo $TRAVIS_PYTHON_VERSION