Skip to content

Commit a00c0b9

Browse files
authored
Merge pull request #6 from fossasia/development
Update fork
2 parents 80a6056 + 9242f46 commit a00c0b9

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,6 @@ python:
1212
#install: "pip install -r requirements.txt"
1313
# command to run tests
1414
script: nosetests
15+
16+
notifications:
17+
slack: fossasia:bqOzo4C9y6oI6dTF8kO8zdxp

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,19 @@
22

33
The Pocket Science Lab from FOSSASIA <http://pslab.fossasia.org>
44

5+
[![Build Status](https://travis-ci.org/fossasia/pslab.svg?branch=development)](https://travis-ci.org/fossasia/pslab)
6+
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/ce4af216571846308f66da4b7f26efc7)](https://www.codacy.com/app/mb/pslab?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=fossasia/pslab&amp;utm_campaign=Badge_Grade)
7+
58
This repository hosts the python library for communicating with PSLab. This can be installed on a linux pc/raspberry pi. With this, one can communicate with the hardware using simple python code.
69

710

811
* The project is inspired from ExpEYES http://expeyes.in
912
* FOSSASIA is supporting development and promotion of ExpEYES project since 2014 mainly through Google Summer of Code
1013
* The current work is a part of my GSoC-16 project
1114

15+
##Communication
16+
Chat: [Pocket Science Slack Channel](http://fossasia.slack.com/messages/pocketscience/) | [Get an Invite](http://fossasia-slack.herokuapp.com/)
17+
1218
----------------
1319

1420
Installation

0 commit comments

Comments
 (0)