Files
pyDevSup/.travis.yml
Michael Davidsaver 867dd87095 travis-ci
2018-01-24 16:21:08 -08:00

31 lines
583 B
YAML

sudo: false
dist: trusty
language: python
compiler:
- gcc
addons:
apt:
packages:
- libreadline6-dev
- libncurses5-dev
- perl
install:
- pip install -r requirements-${PROF}.txt
- ./build-deps.sh
script:
- make PYTHON=`which python` -j2
matrix:
include:
- python: "2.7"
env: BRBASE=3.16 PROF=deb8
- python: "2.7"
env: BRBASE=3.16 PROF=deb8 CMPLR=clang
- python: "3.4"
env: BRBASE=3.16 PROF=deb8
- python: "3.6"
env: BRBASE=3.16 PROF=deb9
- python: "2.7"
env: BRBASE=3.15 PROF=deb8
- python: "2.7"
env: BRBASE=3.14 PROF=deb8