Skip to content

Commit b1803ac

Browse files
authored
Merge pull request #28 from fossasia/development
merge from development
2 parents 98eb9d9 + e9fa762 commit b1803ac

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
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

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ install:
3232
mkdir -p $(DESTDIR)/lib/udev/rules.d
3333
install -m 644 99-pslab.rules $(DESTDIR)/lib/udev/rules.d/99-pslab
3434
# fix a few permissions
35-
find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;
35+
#find $(DESTDIR)/usr/share/pslab/psl_res -name auto.sh -exec chmod -x {} \;

README.md

Lines changed: 7 additions & 1 deletion
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
@@ -30,7 +36,7 @@ To install PSLab on Debian based Gnu/Linux system, the following dependencies mu
3036
#####Now clone both the repositories [pslab-apps](https://github.com/fossasia/pslab-apps) and [pslab](https://github.com/fossasia/pslab).
3137

3238

33-
#####Libraries must be installed in the following order
39+
#####Libraries must be installed in ~~the following~~ any order
3440

3541
1. pslab-apps
3642
2. pslab

0 commit comments

Comments
 (0)