1
0
mirror of https://github.com/nvbn/thefuck.git synced 2025-02-21 04:18:55 +00:00

Add travis-ci config

This commit is contained in:
nvbn 2015-04-08 19:04:54 +02:00
parent 8e5cc9d73a
commit 578bed388e
2 changed files with 8 additions and 1 deletions

7
.travis.yml Normal file
View File

@ -0,0 +1,7 @@
language: python
python:
- "3.4"
install:
- pip install .
- pip install -r requirements.txt
script: py.test

View File

@ -1,4 +1,4 @@
# The Fuck
# The Fuck [![Build Status](https://travis-ci.org/nvbn/thefuck.svg)](https://travis-ci.org/nvbn/thefuck)
Magnificent app which corrects your previous console command,
inspired by [@liamosaur](https://twitter.com/liamosaur/status/506975850596536320)