From 4584903beb870934de9b83c130739cc97754ff6b Mon Sep 17 00:00:00 2001 From: nvbn Date: Mon, 27 Jun 2016 23:13:57 +0300 Subject: [PATCH] #N/A: Temporary disable functional tests on travis-ci --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 9938c46d..1c3e0664 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,5 +24,5 @@ install: - rm -rf build script: - export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1} - - coverage run --source=thefuck,tests -m py.test -v --capture=sys --run-without-docker --enable-functional + - coverage run --source=thefuck,tests -m py.test -v --capture=sys after_success: coveralls