]> git.k1024.org Git - pyxattr.git/blob - .travis.yml
Add build status badge to README
[pyxattr.git] / .travis.yml
1 language: python
2
3 # let's test as many versions as we can!
4 python:
5     - "2.6"
6     - "2.7"
7     - "3.2"
8     - "3.3"
9     - "3.4"
10     - "nightly"
11
12 # we don't need any python dependencies:
13 install: true
14
15 # the test command:
16 script: python ./setup.py test
17
18 # no need for sudo access, silence notice:
19 sudo: false
20
21 # but we do need a system library:
22 addons:
23   apt:
24     packages:
25       - libattr1-dev
26
27 # enable OSX support, with only system python:
28 matrix:
29     include:
30         - os: osx
31           language: generic
32           python: