From 7b011a504d3ec8693b57bd2fa22fea1d0840bbaf Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 20 Jul 2015 21:24:00 +0300 Subject: [PATCH] #N/A Fix tests in travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index d2a8fc2f..ed416b5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,6 +7,7 @@ install: - pip install -r requirements.txt - python setup.py develop - pip install coveralls + - rm -rf build script: - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} - coverage run --source=thefuck,tests -m py.test -v