1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00

#N/A: Temporary disable functional tests on travis-ci

This commit is contained in:
nvbn 2016-06-27 23:13:57 +03:00
parent 990ba57159
commit 4584903beb

View File

@ -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