From 4b33015ebbaf03781fb2d2e655288ea512099fc1 Mon Sep 17 00:00:00 2001 From: msimonin <matthieu.simonin@inria.fr> Date: Mon, 10 Feb 2020 10:48:35 +0100 Subject: [PATCH] update Changelog and ci jobs --- .gitlab-ci.yml | 6 ++++-- CHANGELOG.md | 6 ++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 3796a44..86a94d0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,7 +9,8 @@ python3.5: tags: [qlf-ci.inria.fr] script: - pip install tox - - tox -e py35 pep8 + - tox -e py35 + - tox -e pep8 python3.6: image: python:3.6 @@ -17,7 +18,8 @@ python3.6: tags: [qlf-ci.inria.fr] script: - pip install tox - - tox -e py36 pep8 + - tox -e py36 + - tox -e pep8 #### Entering th release zone pages: diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ababd..da60ae3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.2 + +- Support for timeseries of various metrics +- pep8 fix +- fix CI jobs to check the pep8 + # 0.2.1 - catch up changelog -- GitLab