mirror of
https://github.com/nvbn/thefuck.git
synced 2025-01-18 12:06:04 +00:00
10 lines
144 B
YAML
10 lines
144 B
YAML
language: python
|
|
python:
|
|
- "3.4"
|
|
- "3.3"
|
|
- "2.7"
|
|
install:
|
|
- python setup.py develop
|
|
- pip install -r requirements.txt
|
|
script: py.test
|