Skip to content

Commit

Permalink
travis fix, docu updated, 0.0.1 pushed to pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
Atrox committed Mar 6, 2015
1 parent 03f51da commit 2d56b11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ python:
- 3.3
- 3.4
install:
- pip install six
- python setup.py install
script: python setup.py test
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# Haikunator

[![Build Status](https://travis-ci.org/AtroxDev/haikunator.svg?branch=master)](https://travis-ci.org/atroxdev/haikunator)
[![Build Status](https://travis-ci.org/AtroxDev/haikunator.svg?branch=master)](https://travis-ci.org/AtroxDev/haikunator)

Generate Heroku-like random names to use in your applications.

## Installation
*todo*
```
pip install haikunator
```

## Usage

Expand Down

0 comments on commit 2d56b11

Please sign in to comment.