Skip to content

Commit b6e5e38

Browse files
authored
a to the
1 parent 61b39c1 commit b6e5e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
- stage: 'Test'
6565
python: "pypy"
6666
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.
67+
- 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.
6868
- stage: 'Test'
6969
python: "pypy3"
7070
before_install:

0 commit comments

Comments
 (0)