diff --git a/.gitignore b/.gitignore index 76052c0..c949442 100644 --- a/.gitignore +++ b/.gitignore @@ -5,6 +5,7 @@ !.gitattributes !.gitlab !.coveragerc +!.gitlab-ci.yml *~ *.pyc *.log diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..4769f83 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,7 @@ +python3.6: + image: python:3.6-stretch + script: + - pip install .[test] + - pip install . + - python -m pytest tests/ + - pylint --rcfile .pylintrc -E tuir/