summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorRĂ©mi Flamary <remi.flamary@gmail.com>2020-04-24 10:56:49 +0200
committerGitHub <noreply@github.com>2020-04-24 10:56:49 +0200
commitb53fb23b538e0b7f6498bc217f02adac3c8f7d07 (patch)
tree0ba34df939d25280675facd9434463951d4245a4 /.github
parent1d3d2d055fcf284279a155061d5250198a2c1848 (diff)
parentfa88aa90dc001ad7cc39e667d9e54eb9053163df (diff)
Merge pull request #150 from agramfort/rm_travis
[WIP] rm travis
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/pythonpackage.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 9c35afa..0792059 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 examples/ ot/ test/ --count --max-line-length=127 --statistics
+ flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics
- name: Install POT
run: |
pip install -e .
@@ -47,6 +47,7 @@ jobs:
run: |
codecov
+
macos:
runs-on: macOS-latest
strategy: