language: python sudo: false python: - "3.5" - "3.4" - "3.3" - "2.7" addons: apt: sources: - fish-shell/release-2 packages: - bash - zsh - fish - tcsh - pandoc - git services: - docker install: - pip install -U pip - pip install -U coveralls - pip install -Ur requirements.txt - python setup.py develop - 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 --enable-functional after_success: coveralls