File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11py-filelock
22===========
33
4+ [](https://travis-ci.org/benediktschmitt/py-filelock)
5+
46`Similar Libraries <#similar-libraries >`_
57~ `Installation <#installation >`_
68~ `Documentation <#documentation >`_
You can’t perform that action at this time.
0 commit comments