Skip to content

Commit

Permalink
a to the
Browse files Browse the repository at this point in the history
  • Loading branch information
oakbani committed Mar 8, 2021
1 parent 61b39c1 commit b6e5e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- 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.
- pip install "cryptography>=1.3.4,<=3.1.1" # installing in before_install doesn't re-install the latest version of the same package in the next stage.
- stage: 'Test'
python: "pypy3"
before_install:
Expand Down

0 comments on commit b6e5e38

Please sign in to comment.