1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-06 03:35:02 +00:00
borg/.travis.yml

54 lines
1 KiB
YAML
Raw Normal View History

2015-08-07 15:17:07 +02:00
sudo: required
2013-07-03 22:46:46 +02:00
language: python
2015-08-07 15:17:07 +02:00
cache:
directories:
- $HOME/.cache/pip
# note: use py 3.5.2, it has lzma support. 3.5(.0) on travis.org/trusty does not.
2015-08-07 15:17:07 +02:00
matrix:
include:
- python: 3.4
os: linux
dist: trusty
2015-08-07 15:17:07 +02:00
env: TOXENV=py34
- python: 3.5.2
2015-10-27 23:06:32 +01:00
os: linux
dist: trusty
2015-10-27 23:06:32 +01:00
env: TOXENV=py35
2016-05-21 19:24:18 +02:00
- python: nightly
os: linux
dist: trusty
2016-05-21 19:24:18 +02:00
env: TOXENV=py36
- python: 3.4
2016-01-30 22:03:09 +01:00
os: linux
dist: trusty
2016-01-30 22:03:09 +01:00
env: TOXENV=flake8
2015-08-07 15:17:07 +02:00
- language: generic
os: osx
osx_image: xcode6.4
2015-08-07 15:17:07 +02:00
env: TOXENV=py34
2015-10-27 23:06:32 +01:00
- language: generic
os: osx
osx_image: xcode6.4
env: TOXENV=py35
2016-05-21 19:24:18 +02:00
allow_failures:
- python: nightly
2015-08-07 15:17:07 +02:00
2013-07-03 22:46:46 +02:00
install:
2015-08-07 15:17:07 +02:00
- ./.travis/install.sh
script:
- ./.travis/run.sh
after_success:
- ./.travis/upload_coverage.sh
notifications:
irc:
channels:
- "irc.freenode.org#borgbackup"
use_notice: true
skip_join: true