Use pytest-docker-pexpect for func tests

This commit is contained in:
nvbn
2015-09-06 00:56:18 +03:00
parent 8bf4182f86
commit 8cc19daaaa
11 changed files with 155 additions and 216 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ addons:
- pandoc
- git
env:
- FUNCTIONAL=true BARE=true
- FUNCTIONAL=true
install:
- pip install coveralls
- pip install -r requirements.txt
@@ -23,5 +23,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
- coverage run --source=thefuck,tests -m py.test -v --capture=sys --run-without-docker
after_success: coveralls