Skip to content

Commit 2ff7d6d

Browse files
authored
Remove travis badge and add gh actions badge (#181)
1 parent 7c313e2 commit 2ff7d6d

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/workflows.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,15 @@ jobs:
1515
matrix:
1616
os: [windows-latest, ubuntu-latest, macos-latest]
1717
python-version: [3.7, 3.8]
18-
include:
19-
- os: macos-latest
20-
python-version: 3.5
21-
- os: macos-latest
22-
python-version: 3.6
2318
exclude:
2419
# there's some issue when installing lxml on linux and windows
2520
- os: windows-latest
2621
python-version: 3.8
2722
- os: ubuntu-latest
2823
python-version: 3.8
24+
# running into test failures when running more than 5 tests on the matrix
25+
- os: macos-latest
26+
python-version: 3.7
2927
steps:
3028
- uses: actions/checkout@v2
3129
with:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
![PyPI - Python Version](https://img.shields.io/pypi/pyversions/basketball_reference_web_scraper)
55
![PyPI - License](https://img.shields.io/pypi/l/basketball_reference_web_scraper)
66
[![codecov](https://codecov.io/gh/jaebradley/basketball_reference_web_scraper/branch/v4/graph/badge.svg)](https://codecov.io/gh/jaebradley/basketball_reference_web_scraper)
7-
[![Build Status](https://travis-ci.org/jaebradley/basketball_reference_web_scraper.svg?branch=master)](https://travis-ci.org/jaebradley/basketball_reference_web_scraper)
7+
![GitHub Actions - Default Branch](https://github.com/jaebradley/basketball_reference_web_scraper/workflows/Basketball%20Reference%20Web%20Scraper/badge.svg)
88

99
[Basketball Reference](http://www.basketball-reference.com) is a great site (especially for a basketball stats nut like me), and hopefully they don't get too pissed off at me for creating this.
1010

0 commit comments

Comments
 (0)