]> git.k1024.org Git - pylibacl.git/blob - .travis.yml
Remove use of PyString/PyUnicode *AndDel() function
[pylibacl.git] / .travis.yml
1 language: python
2
3 python:
4   - "2.7"
5   - "3.2"
6   - "3.3"
7   - "3.4"
8   - "3.5"
9   - "3.6"
10   - "nightly"
11
12 matrix:
13   include:
14     - python: "3.7"
15       dist: xenial
16
17 # we don't need any python dependencies:
18 install: true
19
20 # the test command:
21 script: python ./setup.py test
22
23 # but we do need a system library:
24 addons:
25   apt:
26     packages:
27       - libacl1-dev