Skip to content

Commit

Permalink
add pyyp3 and comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Mar 5, 2021
1 parent 2f292c2 commit c92b6b2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,10 @@ jobs:
FULLSTACK_TEST_REPO=ProdTesting
- stage: 'Test'
python: "pypy"
before_install:
- 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.
- stage: 'Test'
python: "pypy3"
before_install:
- pip install "cryptography>=1.3.4,<=3.1.1"
- stage: 'Test'
Expand Down

0 comments on commit c92b6b2

Please sign in to comment.