File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ [run]
2
+ omit =
3
+ optimizely/lib/pymmh3*
Original file line number Diff line number Diff line change
1
+ service_name : travis-ci
Original file line number Diff line number Diff line change 3
3
- " 2.7"
4
4
- " 3.4"
5
5
install : " pip install -r requirements/core.txt;pip install -r requirements/test.txt"
6
- script : " nosetests"
6
+ script : " nosetests --with-coverage --cover-package=optimizely"
7
+ after_success :
8
+ - coveralls
Original file line number Diff line number Diff line change 1
1
#Optimizely Python SDK
2
2
[ ![ Build Status] ( https://travis-ci.org/optimizely/python-sdk.svg?branch=master )] ( https://travis-ci.org/optimizely/python-sdk )
3
+ [ ![ Coverage Status] ( https://coveralls.io/repos/github/optimizely/python-sdk/badge.svg )] ( https://coveralls.io/github/optimizely/python-sdk )
3
4
[ ![ Apache 2.0] ( https://img.shields.io/github/license/nebula-plugins/gradle-extra-configurations-plugin.svg )] ( http://www.apache.org/licenses/LICENSE-2.0 )
4
5
5
6
This repository houses the Python SDK for Optimizely's server-side testing product, which is currently in private beta.
You can’t perform that action at this time.
0 commit comments