Skip to content

Commit f867fc9

Browse files
committed
initial travis configuration
1 parent 1abe699 commit f867fc9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
language: python
2+
python:
3+
- "2.6"
4+
- "2.7"
5+
- "3.4"
6+
- "3.5"
7+
- "3.6"
8+
script:
9+
- python setup.py -q install

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ReportPortal python client
22

33
[![PyPI](https://img.shields.io/pypi/v/reportportal-client.svg?maxAge=2592000)](https://pypi.python.org/pypi/reportportal-client)
4+
[![Build Status](https://travis-ci.org/reportportal/client-Python.svg?branch=master)](https://travis-ci.org/reportportal/client-Python)
45

56
Library used only for implementors of custom listeners for ReportPortal
67

0 commit comments

Comments
 (0)