2015-05-10 20:16:23 +02:00
|
|
|
sudo: false
|
2015-05-10 20:30:09 +02:00
|
|
|
cache:
|
|
|
|
directories:
|
|
|
|
- $HOME/.cache/pip
|
|
|
|
- tests/bot-ci
|
2015-05-10 20:16:23 +02:00
|
|
|
addons:
|
|
|
|
apt:
|
|
|
|
packages:
|
|
|
|
- libssl1.0.0
|
|
|
|
- zsh
|
|
|
|
# - tcsh
|
|
|
|
# - mksh
|
|
|
|
# - busybox
|
|
|
|
# - rc
|
|
|
|
# - socat
|
|
|
|
- bc
|
2013-02-24 11:03:14 +01:00
|
|
|
language: python
|
2013-03-03 17:40:35 +01:00
|
|
|
install: tests/install.sh
|
|
|
|
script: tests/test.sh
|
2014-12-09 16:37:28 +01:00
|
|
|
matrix:
|
|
|
|
include:
|
|
|
|
- python: "2.6"
|
|
|
|
- python: "2.7"
|
|
|
|
- python: "3.2"
|
|
|
|
- python: "3.3"
|
|
|
|
- python: "3.4"
|
|
|
|
- python: "pypy"
|
|
|
|
- python: "pypy3"
|
2015-01-02 20:46:43 +01:00
|
|
|
- python: "2.6"
|
|
|
|
env: >-
|
2014-12-10 06:36:27 +01:00
|
|
|
USE_UCS2_PYTHON=1
|
|
|
|
UCS2_PYTHON_VARIANT="2.6"
|
2015-01-02 20:46:43 +01:00
|
|
|
- python: "2.7"
|
|
|
|
env: >-
|
2014-12-10 06:36:27 +01:00
|
|
|
USE_UCS2_PYTHON=1
|
|
|
|
UCS2_PYTHON_VARIANT="2.7"
|
2013-02-24 11:03:14 +01:00
|
|
|
|
|
|
|
# vim: et
|