1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/.travis.yml
2015-04-08 19:04:54 +02:00

8 lines
114 B
YAML

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