mirror of
https://github.com/nvbn/thefuck.git
synced 2025-02-22 12:58:33 +00:00
#N/A: Enable docker service
This commit is contained in:
parent
ff1ee979f0
commit
e2f66cb26b
@ -16,6 +16,8 @@ addons:
|
|||||||
- tcsh
|
- tcsh
|
||||||
- pandoc
|
- pandoc
|
||||||
- git
|
- git
|
||||||
|
services:
|
||||||
|
- docker
|
||||||
install:
|
install:
|
||||||
- pip install -U pip
|
- pip install -U pip
|
||||||
- pip install -U coveralls
|
- pip install -U coveralls
|
||||||
@ -24,5 +26,5 @@ install:
|
|||||||
- rm -rf build
|
- rm -rf build
|
||||||
script:
|
script:
|
||||||
- export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1}
|
- 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 --enable-functional
|
||||||
after_success: coveralls
|
after_success: coveralls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user