powerline/.travis.yml

42 lines
838 B
YAML
Raw Normal View History

sudo: false
dist: trusty
2015-05-10 20:30:09 +02:00
cache:
directories:
- $HOME/.cache/pip
- tests/bot-ci
addons:
apt:
packages:
- libssl1.0.0
- zsh
- tcsh
- mksh
- busybox
# - rc
- socat
- bc
language: python
install: tests/install.sh
script: tests/test.sh
2017-07-30 18:36:17 +02:00
jobs:
include:
- stage: Old Python
2017-07-30 18:36:17 +02:00
python: "2.6"
- python: "3.2"
- stage: PyPy
python: "pypy"
- python: "pypy3"
2017-07-30 18:36:17 +02:00
- stage: Latest Python
python: "2.7"
- python: "2.7"
env: >-
USE_UCS2_PYTHON=1
UCS2_PYTHON_VARIANT="2.7"
2017-07-30 18:36:17 +02:00
- python: "3.6"
- stage: Intermediate versions
python: "3.3"
- python: "3.4"
- python: "3.5"
# vim: et