]> git.k1024.org Git - pyxattr.git/blob - .travis.yml
Add a .travis.yml file
[pyxattr.git] / .travis.yml
1 language: python
2 python:
3     - "2.6"
4     - "2.7"
5     - "3.2"
6     - "3.3"
7     - "3.4"
8     - "nightly"
9 script: python ./setup.py test
10 addons:
11   apt:
12     packages:
13       - libattr1-dev