1
0
Fork 0
powerline/.travis.yml
Daniel Baumann 52d7687863
Adding upstream version 2.8.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 14:32:14 +02:00

32 lines
604 B
YAML

sudo: false
dist: trusty
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
jobs:
include:
- stage: PyPy
python: "pypy"
- python: "pypy3"
- stage: Latest Python
python: "3.6"
- stage: Intermediate versions
python: "3.5"
- python: "3.4"
# vim: et