projects
/
pyxattr.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
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