1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-22 02:18:21 +02:00

Regroup everything here

This commit is contained in:
Alexandre Iooss
2019-07-08 12:55:48 +02:00
parent e55ec8a24a
commit dc67ea317b
31 changed files with 1038 additions and 0 deletions

21
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,21 @@
image: python:3.6
stages:
- test
before_script:
- pip install tox
python36:
image: python:3.6
stage: test
script: tox -e py36
python37:
image: python:3.7
stage: test
script: tox -e py37
linters:
stage: test
script: tox -e linters