Skip to content

Commit

Permalink
pypy 7.3 (celery#5980)
Browse files Browse the repository at this point in the history
  • Loading branch information
auvipy authored and jeyrce committed Aug 25, 2021
1 parent d13d483 commit 8c3df54
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,25 +64,21 @@ matrix:
- python: '2.7'
env: TOXENV=flakeplus
stage: lint
- python: pypy2.7-7.2
- python: pypy2.7-7.3
env: TOXENV=pypy
before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
stage: test
- python: pypy3.5-7.0
env: TOXENV=pypy3
before_install: sudo apt-get update && sudo apt-get install libgnutls-dev
stage: test
- python: pypy3.6-7.2
- python: pypy3.6-7.3
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 8c3df54

Please sign in to comment.