1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 12:24:29 +00:00
thefuck/.travis.yml
2015-07-17 18:51:35 +02:00

10 lines
147 B
YAML

language: python
python:
- "3.4"
- "3.3"
- "2.7"
install:
- pip install -r requirements.txt
- python setup.py develop
script: py.test -v