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