Setup GitlLab CI #18

Merged
delobell merged 2 commits from aureplop/setup-ci into master 2018-10-06 11:49:59 +02:00
Showing only changes of commit 845b09cc2b - Show all commits

View file

@ -31,7 +31,8 @@ python35:
- tox -e py35
- tox -e cov_combine
# Catch coverage here. Python3.5 supports more Django versions.
coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
# For GitLab, keep this commented.
# coverage: '/TOTAL.*\s(\d+\.\d+)\%$/'
python36:
image: python:3.6