Skip to content

Commit a95dd6f

Browse files
authored
Eliminate unnecessary Travis CI jobs (#567)
We already have full tests (Python 3.6-3.8 on Linux, macOS and Windows) running on GitHub Actions. No need to waste CI resources on Travis.
1 parent 4939ee2 commit a95dd6f

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.travis.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,6 @@ env:
3333
jobs:
3434
# Build under the following configurations
3535
include:
36-
- name: "Linux - Python 3.8"
37-
os: linux
38-
env:
39-
- PYTHON=3.8
40-
- name: "Linux - Python 3.7"
41-
os: linux
42-
env:
43-
- PYTHON=3.7
4436
- name: "Linux - Python 3.6 (deploy)"
4537
os: linux
4638
env:
@@ -67,11 +59,6 @@ script:
6759
# Build the documentation
6860
- make -C doc all
6961

70-
# Things to do if the build is successful
71-
after_success:
72-
# Upload coverage information
73-
- codecov -e PYTHON
74-
7562
deploy:
7663
# Make a release on PyPI
7764
- provider: script

0 commit comments

Comments
 (0)