Skip to content

Commit

Permalink
Remove PyPy jobs from Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ffe4 committed Apr 1, 2020
1 parent 9d909b0 commit a17d24e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ python:
- "3.7"
- "3.8"
- "nightly"
- "pypy"
- "pypy3.5"
- "pypy3.6"
env:
TOXENV=py
env: TOXENV=py

matrix:
fast_finish: true
include:
- python: 3.3
# This is required to run Python 3.3 on Travis
dist: trusty
env: TOXENV=py33 # Needed because "py" won't invoke testenv:py33
env: TOXENV=py33 # Needed because "py" won't invoke testenv:py33
- python: 3.6
env: TOXENV=docs
- python: 3.6
Expand All @@ -29,7 +25,6 @@ matrix:
env: TOXENV=build
allow_failures:
- python: "nightly"
- python: "pypy3.6"

install:
- |
Expand Down
1 change: 1 addition & 0 deletions changelog.d/1020.misc.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Migrate PyPy CI from Travis to Github Actions. (gh issue #1019)

0 comments on commit a17d24e

Please sign in to comment.