1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-06 02:41:10 +01:00
thefuck/.travis.yml

10 lines
147 B
YAML
Raw Normal View History

2015-04-08 18:04:54 +01:00
language: python
python:
- "3.4"
2015-04-17 15:24:03 +01:00
- "3.3"
- "2.7"
2015-04-08 18:04:54 +01:00
install:
2015-04-08 18:07:38 +01:00
- python setup.py develop
2015-04-08 18:04:54 +01:00
- pip install -r requirements.txt
script: py.test -v