Skip to content

Commit 0a5e07e

Browse files
committed
add Travis testing for PyPy 5.7.1
1 parent c256933 commit 0a5e07e

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.travis.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,17 @@ matrix:
6565
env: TOXENV=pypy-pycrypto-norsa
6666
- python: pypy-5.3.1
6767
env: TOXENV=pypy-compatibility
68+
# PyPy 5.7.1
69+
- python: pypy-5.7.1
70+
env: TOXENV=pypy-base
71+
- python: pypy-5.7.1
72+
env: TOXENV=pypy-cryptography-only
73+
- python: pypy-5.7.1
74+
env: TOXENV=pypy-pycryptodome-norsa
75+
- python: pypy-5.7.1
76+
env: TOXENV=pypy-pycrypto-norsa
77+
- python: pypy-5.7.1
78+
env: TOXENV=pypy-compatibility
6879
# matrix:
6980
# include:
7081
# - python: 3.6

0 commit comments

Comments
 (0)