Skip to content

Commit

Permalink
Temporarily allow PyPy to fail since it is unavailable in Travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
Omer Katz committed Dec 5, 2019
1 parent e601ea6 commit a2f80b6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,13 @@ matrix:
env: TOXENV=pypy3
before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
stage: test
allow_failures:
- python: pypy2.7-7.2
env: TOXENV=pypy
- python: pypy3.5-7.0
env: TOXENV=pypy3
- python: pypy3.6-7.2
env: TOXENV=pypy3

before_install:
- sudo apt install libcurl4-openssl-dev libssl-dev gnutls-dev
Expand Down

0 comments on commit a2f80b6

Please sign in to comment.