mirror of
https://github.com/nvbn/thefuck.git
synced 2025-09-20 20:22:41 +01:00
#524: Remove unned dependencies from .travis.yml
This commit is contained in:
14
.travis.yml
14
.travis.yml
@@ -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
|
||||
|
Reference in New Issue
Block a user