We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3db9dc + 894d05f commit b86c743Copy full SHA for b86c743
.travis.yml
@@ -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
17
18
+ allow_failures:
19
20
21
+install:
22
+ - pip install -e .
23
24
+script:
25
+ - pytest -xvv test.py
README.rst
@@ -1,6 +1,8 @@
py-filelock
===========
+[](https://travis-ci.org/expobrain/py-filelock)
`Similar Libraries <#similar-libraries>`_
~ `Installation <#installation>`_
~ `Documentation <#documentation>`_
0 commit comments