Skip to content

Commit

Permalink
add coverage badges
Browse files Browse the repository at this point in the history
  • Loading branch information
vinitkumar committed Jul 4, 2016
1 parent 68f6dd3 commit dad74b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion readme.md
@@ -1,6 +1,7 @@
## Description

[![Build Status](https://travis-ci.org/vinitkumar/pycrawler.svg?branch=master)](https://travis-ci.org/vinitkumar/pycrawler)
[![Coverage Status](https://coveralls.io/repos/github/vinitkumar/pycrawler/badge.svg?branch=feature%2Fadd-coverage-coveralls)](https://coveralls.io/github/vinitkumar/pycrawler?branch=feature%2Fadd-coverage-coveralls)

A simple crawler written in Python (3.5+).

Expand All @@ -9,7 +10,7 @@ A simple crawler written in Python (3.5+).
### Setup VirtualEnv

```sh
which python3.5 # this will output the path of your python3.5
which python3.5 # this will output the path of your python3.5
#now setup a python3 virtualenv
mkvirtualenv crawl3 -p /Library/Frameworks/Python.framework/Versions/3.5/bin/python3.5
```
Expand Down

0 comments on commit dad74b9

Please sign in to comment.