Files
thefuck/.travis.yml
T
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