Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ekiro/chaps
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiro committed Jul 12, 2018
2 parents 65759c2 + 3f491cf commit bc8aef0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -138,3 +138,4 @@ crashlytics-build.properties
fabric.properties

.pytest_cache
.vscode
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
language: python
python:
- "3.6"
- "3.6-dev"
- "3.7"
- "3.7-dev"
install:
- "pip install -r requirements.test.txt"
- "python setup.py develop"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# haps [![PyPI](https://img.shields.io/pypi/pyversions/haps.svg)](https://pypi.python.org/pypi/haps/) [![Build Status](https://travis-ci.org/ekiro/haps.svg?branch=master)](https://travis-ci.org/ekiro/haps)
# haps [![PyPI](https://badge.fury.io/py/haps.svg)](https://pypi.python.org/pypi/haps/) [![Build Status](https://travis-ci.org/ekiro/haps.svg?branch=master)](https://travis-ci.org/ekiro/haps)
Haps [χaps] is a simple DI library, with IoC container included. It is written in pure Python with no external dependencies.

Look how easy it is to use:
Expand Down

0 comments on commit bc8aef0

Please sign in to comment.