File: .travis.yml

package info (click to toggle)
pybindgen 0.20.0%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,912 kB
  • sloc: python: 15,982; cpp: 1,889; ansic: 617; makefile: 86; sh: 4
file content (17 lines) | stat: -rw-r--r-- 182 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
language: python

python:
  - 2.7
  - 3.4
  - 3.5
  - 3.6


sudo: false

install:
  - travis_retry pip install tox

script:
  - python setup.py -V && ./waf configure && ./waf check