1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-31 10:11:14 +00:00
thefuck/.travis.yml

8 lines
124 B
YAML
Raw Normal View History

2015-04-08 19:04:54 +02:00
language: python
python:
- "3.4"
install:
2015-04-08 19:07:38 +02:00
- python setup.py develop
2015-04-08 19:04:54 +02:00
- pip install -r requirements.txt
script: py.test