Skip to content

Commit c92b6b2

Browse files
authored
add pyyp3 and comment.
1 parent 2f292c2 commit c92b6b2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ jobs:
6363
FULLSTACK_TEST_REPO=ProdTesting
6464
- stage: 'Test'
6565
python: "pypy"
66+
before_install:
67+
- pip install "cryptography>=1.3.4,<=3.1.1" # installing in before_install doesn't re-install a latest version of the same package in the next stage.
68+
- stage: 'Test'
69+
python: "pypy3"
6670
before_install:
6771
- pip install "cryptography>=1.3.4,<=3.1.1"
6872
- stage: 'Test'

0 commit comments

Comments
 (0)