travis_commit

This commit is contained in:
Rohit Tanwar
2018-01-16 15:57:20 +00:00
parent 8bcdc93c32
commit 9f2a27f3b6
2 changed files with 5 additions and 1 deletions

View File

@ -1,7 +1,9 @@
![Logo](/icon.png) ![Logo](/icon.png)
# 30-seconds-of-python-code # 30-seconds-of-python-code
Python implementation of 30-seconds-of-code. [![License](https://img.shields.io/aur/license/yaourt.svg)](https://github.com/kriadmin/30-seconds-of-python-code/blob/master/LICENSE) [![Gitter chat](https://img.shields.io/badge/chat-on%20gitter-4FB999.svg)](https://gitter.im/30-seconds-of-python-code/Lobby) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](http://makeapullrequest.com) [![Travis Build](https://travis-ci.org/kriadmin/30-seconds-of-python-code.svg?branch=master)](https://travis-ci.org/kriadmin/30-seconds-of-python-code) [![Insight.io](https://img.shields.io/badge/insight.io-Ready-brightgreen.svg)](https://insight.io/github.com/kriadmin/30-seconds-of-python-code/tree/master/?source=0) [![js-semistandard-style](https://img.shields.io/badge/code%20style-semistandard-brightgreen.svg)](https://github.com/Flet/semistandard)
>Python implementation of 30-seconds-of-code.
**Note**:- This is in no way affiliated with the original [30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code/). **Note**:- This is in no way affiliated with the original [30-seconds-of-code](https://github.com/Chalarangelo/30-seconds-of-code/).
@ -95,6 +97,7 @@ def spread(arg):
``` ```
```python ```python

View File

@ -23,6 +23,7 @@ def spread(arg):
``` ```
```python ```python