1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-18 20:11:17 +00:00
thefuck/.travis.yml
nvbn 41350d13a8 Revert "#N/A Run functional tests in travis-ci"
This reverts commit 9e79c4aea3d1886dcd495508e79d8581b3527ddf.
2015-07-24 23:31:21 +03:00

15 lines
329 B
YAML

language: python
python:
- "3.4"
- "3.3"
- "2.7"
install:
- pip install coveralls
- pip install -r 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
after_success: coveralls