From 578bed388e2ac2d890b57d5ede5b732f1c9addcf Mon Sep 17 00:00:00 2001 From: nvbn Date: Wed, 8 Apr 2015 19:04:54 +0200 Subject: [PATCH] Add travis-ci config --- .travis.yml | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 00000000..6f2d3979 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,7 @@ +language: python +python: + - "3.4" +install: + - pip install . + - pip install -r requirements.txt +script: py.test diff --git a/README.md b/README.md index 069e0d69..91120906 100644 --- a/README.md +++ b/README.md @@ -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)