1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-01-19 04:21:14 +00:00
thefuck/.travis.yml

10 lines
144 B
YAML
Raw Permalink Normal View History

2015-04-08 19:04:54 +02:00
language: python
python:
- "3.4"
2015-04-17 16:24:03 +02:00
- "3.3"
- "2.7"
2015-04-08 19:04:54 +02:00
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