Skip to content

Commit

Permalink
[CI] Add tests for pypy3
Browse files Browse the repository at this point in the history
  • Loading branch information
Bastien Vallet committed Nov 13, 2019
1 parent 3b2d930 commit 58a9c61
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ matrix:
env: TOXENV=lint,typing,py37-crypto,py37-nocrypto,py37-contrib_crypto
- python: 3.8
env: TOXENV=py38-crypto,py38-nocrypto,py38-contrib_crypto
- python: pypy3
env: TOXENV=pypy3-crypto,pypy3-nocrypto,pypy3-contrib_crypto
install:
- pip install -U pip
- pip install -U tox coveralls
Expand Down
6 changes: 3 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
envlist =
lint
typing
py{35,36,37,38}-crypto
py{35,36,37,38}-contrib_crypto
py{35,36,37,38}-nocrypto
py{35,36,37,38,py3}-crypto
py{35,36,37,38,py3}-contrib_crypto
py{35,36,37,38,py3}-nocrypto


[testenv]
Expand Down

0 comments on commit 58a9c61

Please sign in to comment.