1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-03-14 14:48:49 +00:00
thefuck/.travis.yml
2015-07-17 14:37:42 +02:00

14 lines
245 B
YAML

language: python
python:
- "3.4"
- "3.3"
- "2.7"
install:
- python setup.py develop
- pip install -r requirements.txt
- pip install coveralls
script:
coverage run --source=thefuck,tests -m py.test -v
after_success:
coveralls