summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml12
1 files changed, 6 insertions, 6 deletions
diff --git a/.travis.yml b/.travis.yml
index ad576f1..eec8a02 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -26,9 +26,9 @@ jobs:
env: TOXENV=py37
- python: "3.8"
env: TOXENV=py38
- - python: "pypy2.7-5.10.0"
+ - python: "pypy2.7-7.3.1"
env: TOXENV=pypy
- - python: "pypy3.5-5.10.1"
+ - python: "pypy3.6-7.3.1"
env: TOXENV=pypy3
# Also run the tests against cryptography master.
@@ -42,9 +42,9 @@ jobs:
env: TOXENV=py37-cryptographyMaster
- python: "3.8"
env: TOXENV=py38-cryptographyMaster
- - python: "pypy2.7-5.10.0"
+ - python: "pypy2.7-7.3.1"
env: TOXENV=pypy-cryptographyMaster
- - python: "pypy3.5-5.10.1"
+ - python: "pypy3.6-7.3.1"
env: TOXENV=pypy3-cryptographyMaster
# And current minimum cryptography version.
@@ -58,9 +58,9 @@ jobs:
env: TOXENV=py37-cryptographyMinimum
- python: "3.8"
env: TOXENV=py38-cryptographyMinimum
- - python: "pypy2.7-5.10.0"
+ - python: "pypy2.7-7.3.1"
env: TOXENV=pypy-cryptographyMinimum
- - python: "pypy3.5-5.10.1"
+ - python: "pypy3.6-7.3.1"
env: TOXENV=pypy3-cryptographyMinimum
# Run tests in random order