1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-20 20:09:07 +00:00

#524: Remove unned dependencies from .travis.yml

This commit is contained in:
nvbn 2016-06-27 23:48:26 +03:00
parent 2bf21d9f0e
commit 8bea63eb23

View File

@ -5,17 +5,6 @@ python:
- "3.4"
- "3.3"
- "2.7"
addons:
apt:
sources:
- fish-shell/release-2
packages:
- bash
- zsh
- fish
- tcsh
- pandoc
- git
services:
- docker
install:
@ -27,4 +16,5 @@ install:
script:
- export COVERAGE_PYTHON_VERSION=python-${TRAVIS_PYTHON_VERSION:0:1}
- coverage run --source=thefuck,tests -m py.test -v --capture=sys --enable-functional
after_success: coveralls
after_success:
- coveralls