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)