6
0
mirror of https://github.com/ChristianLight/tutor.git synced 2025-01-22 21:28:24 +00:00
tutor/.travis.yml

26 lines
509 B
YAML
Raw Normal View History

language: python
matrix:
include:
- os: linux
# We need an older version of python in order to have compatibility with
# older versions of libc
dist: trusty
python: 3.6
services:
- docker
- os: osx
language: generic
2019-02-10 21:02:30 +01:00
script:
- make ci-info
2019-06-23 22:46:41 +02:00
- make ci-install-dev
2019-05-05 11:49:08 +02:00
- make test
2019-02-10 21:02:30 +01:00
- make ci-bundle
2018-05-30 12:07:34 -04:00
deploy:
# Create github release and push binary to github
- provider: script
script: make ci-github
skip_cleanup: true
on:
tags: true