Skip to content

Commit b86c743

Browse files
author
Benedikt Schmitt
committed
Merge branch 'travis' of https://github.com/expobrain/py-filelock into expobrain-travis
2 parents b3db9dc + 894d05f commit b86c743

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.travis.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
language: python
2+
3+
cache: pip
4+
5+
matrix:
6+
fast_finish: true
7+
include:
8+
- python: "2.7"
9+
- python: "3.4"
10+
- python: "3.5"
11+
- python: "3.6"
12+
- python: "3.7"
13+
sudo: required
14+
dist: xenial
15+
- python: "3.8-dev"
16+
sudo: required
17+
dist: xenial
18+
allow_failures:
19+
- python: "3.8-dev"
20+
21+
install:
22+
- pip install -e .
23+
24+
script:
25+
- pytest -xvv test.py

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
py-filelock
22
===========
33

4+
[![Build Status](https://travis-ci.org/expobrain/py-filelock.svg?branch=master)](https://travis-ci.org/expobrain/py-filelock)
5+
46
`Similar Libraries <#similar-libraries>`_
57
~ `Installation <#installation>`_
68
~ `Documentation <#documentation>`_

0 commit comments

Comments
 (0)