X-Git-Url: https://git.madduck.net/etc/vim.git/blobdiff_plain/2955bdc6767d942cd489c73bd3bf600303d524c5..5d978df8b54d4fb102142508353a04932a4b5b04:/.travis.yml diff --git a/.travis.yml b/.travis.yml index 86cf24d..f035343 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,9 +4,9 @@ cache: directories: - $HOME/.cache/pre-commit env: - - TEST_CMD="coverage run -m unittest" + - TEST_CMD="tox -e py" install: - - pip install coverage coveralls pre-commit + - pip install coverage coveralls pre-commit tox - pip install -e '.[d]' script: - $TEST_CMD