Skip to content

Commit b53fb23

Browse files
authored
Merge pull request #150 from agramfort/rm_travis
[WIP] rm travis
2 parents 1d3d2d0 + fa88aa9 commit b53fb23

File tree

4 files changed

+2
-67
lines changed

4 files changed

+2
-67
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# stop the build if there are Python syntax errors or undefined names
3737
flake8 . --count --select=E9,F63,F7,F82 --show-source --statistics
3838
# exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide
39-
flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics
39+
flake8 examples/ ot/ test/ --count --max-line-length=127 --statistics
4040
- name: Install POT
4141
run: |
4242
pip install -e .
@@ -47,6 +47,7 @@ jobs:
4747
run: |
4848
codecov
4949
50+
5051
macos:
5152
runs-on: macOS-latest
5253
strategy:

.travis.yml

Lines changed: 0 additions & 50 deletions
This file was deleted.

.travis/before_install.sh

Lines changed: 0 additions & 15 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
[![PyPI version](https://badge.fury.io/py/POT.svg)](https://badge.fury.io/py/POT)
44
[![Anaconda Cloud](https://anaconda.org/conda-forge/pot/badges/version.svg)](https://anaconda.org/conda-forge/pot)
5-
[![Build Status](https://travis-ci.org/PythonOT/POT.svg?branch=master)](https://travis-ci.org/PythonOT/POT)
65
[![Build Status](https://github.com/PythonOT/POT/workflows/build/badge.svg)](https://github.com/PythonOT/POT/actions)
76
[![Codecov Status](https://codecov.io/gh/PythonOT/POT/branch/master/graph/badge.svg)](https://codecov.io/gh/PythonOT/POT)
87
[![Downloads](https://pepy.tech/badge/pot)](https://pepy.tech/project/pot)

0 commit comments

Comments
 (0)