Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
santosh653 authored and tantale committed Dec 17, 2020
1 parent 8d228c3 commit 68f22d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ jobs:
- arch: ppc64le
python: "2.7"
- arch: ppc64le
arch: "pypy"
python: "pypy"
- arch: ppc64le
python: "pypy3"
- arch: amd64
python: "pypy"

allow_failures:
- python: "3.9-dev"
- python: "pypy"

install:
- pip install coveralls tox-travis
script:
Expand Down

0 comments on commit 68f22d4

Please sign in to comment.