projects
/
pylibacl.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Travis: rework build matrix
[pylibacl.git]
/
.travis.yml
1
language: python
2
3
matrix:
4
include:
5
- dist: trusty
6
python:
7
- "2.7"
8
- "3.2"
9
- "3.3"
10
- "3.4"
11
- "3.5"
12
- "3.6"
13
- "nightly"
14
- dist: xenial
15
python:
16
- "2.7"
17
- "3.6"
18
- "3.7"
19
- "nightly"
20
21
# we don't need any python dependencies:
22
install: true
23
24
# the test command:
25
script: python ./setup.py test
26
27
# but we do need a system library:
28
addons:
29
apt:
30
packages:
31
- libacl1-dev