1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 02:01:13 +00:00
thefuck/.travis.yml
2015-04-08 19:07:38 +02:00

8 lines
124 B
YAML

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