Skip to content

Commit 93bb9a7

Browse files
committed
changing Travis run from pypy-3.5.1 to pypy3.5 per https://travis-ci.community/t/confusing-pypy-versions/2505
1 parent 49c3059 commit 93bb9a7

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,16 +99,16 @@ matrix:
9999
env: TOXENV=pypy-pycrypto-norsa
100100
- python: pypy-5.3.1
101101
env: TOXENV=pypy-compatibility
102-
# PyPy 5.7.1
103-
- python: pypy-5.7.1
102+
# PyPy 3.5 (5.10.1?)
103+
- python: pypy3.5
104104
env: TOXENV=pypy-base
105-
- python: pypy-5.7.1
105+
- python: pypy3.5
106106
env: TOXENV=pypy-cryptography-only
107-
- python: pypy-5.7.1
107+
- python: pypy3.5
108108
env: TOXENV=pypy-pycryptodome-norsa
109-
- python: pypy-5.7.1
109+
- python: pypy3.5
110110
env: TOXENV=pypy-pycrypto-norsa
111-
- python: pypy-5.7.1
111+
- python: pypy3.5
112112
env: TOXENV=pypy-compatibility
113113
# matrix:
114114
# include:

0 commit comments

Comments
 (0)