Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
traivs: drop pypy3 test
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Miura <miurahr@linux.com>
  • Loading branch information
miurahr committed Jul 22, 2020
1 parent 33ed701 commit 356a952
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
dist: bionic
sudo: false
cache: pip
matrix:
include:
- python: 3.8
Expand All @@ -10,15 +9,9 @@ matrix:
env: TOXENV=docs PYTEST_NO_COVERAGE=1
- python: 3.8
env: TOXENV=mypy PYTEST_NO_COVERAGE=1
- python: pypy3.6-7.2.0
env: TOXENV=pypy3

install:
- pip install -U pip
- pip install tox tox-travis coveralls
- pip install tox tox-travis

script: tox
after_success:
- |
if [[ "$PYTEST_NO_COVERAGE" != 1 ]]; then
coveralls
fi

0 comments on commit 356a952

Please sign in to comment.