Review or Merge branches that passed tests from your lock screen
http://docs.justyo.co/v2.0/docs/
You'll need:
- The Yo app - this works on iOS beta for now. from your iOS device go to http://justyo.co/ios
- CircleCI account
- GitHub account
-
Install pip package manager if you haven't yet:
Linux: sudo apt-get install python-pip Mac: brew install python
-
Install virtualenv:
sudo pip install virtualenv
-
Clone this repo:
git clone git@github.com:YoApp/yo-circleci.git cd yo-circleci
-
Create a virtualenv, activate it and install dependencies:
virtualenv env . env/bin/activate pip install -r requirements.txt
-
Login or signup using your personal account to https://dashboard.justyo.co/
TBC