Skip to content

Commit af88ea1

Browse files
Merge pull request #13 from optimizely/aliabbasrizvi/add_travis
Adding travis CI
2 parents d4b52ef + 1e59772 commit af88ea1

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

Diff for: .travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
language: python
2+
python:
3+
- "2.7"
4+
- "3.4"
5+
install: "pip install -r requirements/core.txt;pip install -r requirements/test.txt"
6+
script: "nosetests"

Diff for: README.md

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#Optimizely Python SDK
2+
[![Build Status](https://travis-ci.org/optimizely/python-sdk.svg?branch=master)](https://travis-ci.org/optimizely/python-sdk)
23
[![Apache 2.0](https://img.shields.io/github/license/nebula-plugins/gradle-extra-configurations-plugin.svg)](http://www.apache.org/licenses/LICENSE-2.0)
34

45
This repository houses the Python SDK for Optimizely's server-side testing product, which is currently in private beta.

0 commit comments

Comments
 (0)