summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-22 11:32:38 +0200
committerGitHub <noreply@github.com>2020-04-22 11:32:38 +0200
commit5f679247f64fa1c8e277f34165850caea311a084 (patch)
tree763defb040b7222740f8cb20fe39ca1d672e9f66 /.github
parent53f9f32c68c35d5bb371d9c1d4394bbc6d961062 (diff)
parent249d46c2aa29e7f975e3acbe8c9ae29a1dfc5490 (diff)
Merge pull request #154 from PythonOT/doc
[WIP] Cleanup documentation and examples
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/main.yml1
-rw-r--r--.github/workflows/pythonpackage.yml2
2 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 7153fe6..ae7bfca 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -1,3 +1,4 @@
+name: circleci-redirector
on: [status]
jobs:
circleci_artifacts_redirector_job:
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index af6efb7..394f453 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -36,7 +36,7 @@ jobs:
# stop the build if there are Python syntax errors or undefined names
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
- flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
+ flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics
- name: Install POT
run: |
pip install -e .