1
0
mirror of https://github.com/nvbn/thefuck.git synced 2024-10-05 18:31:10 +01:00
thefuck/.travis.yml
Pablo Santiago Blum de Aguiar 9ade21bf0a refact(travis): enable verbose mode for tests on travis
Signed-off-by: Pablo Santiago Blum de Aguiar <scorphus@gmail.com>
2015-05-16 11:53:16 -03:00

10 lines
147 B
YAML

language: python
python:
- "3.4"
- "3.3"
- "2.7"
install:
- python setup.py develop
- pip install -r requirements.txt
script: py.test -v